<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Custom Post Dividers????</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 21:25:24 +0000</pubDate>

<item>
<title>EddieY on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-23250</link>
<pubDate>Tue, 27 Sep 2011 15:48:43 +0000</pubDate>
<dc:creator>EddieY</dc:creator>
<guid isPermaLink="false">23250@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks. This post has helped me put dividers in between posts on my category pages. &#60;/p&#62;
&#60;p&#62;How would I insert dividers on my custom static home page (page template) that features the latest posts(excerpt, thumb) at the bottom of the page?
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8783</link>
<pubDate>Mon, 04 Jan 2010 22:16:37 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8783@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This can be solved by using the body class. Let's say, you have a page called 'Test'. In this case one of the body classes would be 'slug-test'.&#60;/p&#62;
&#60;p&#62;If you want to limit a certain css value to a certain page, you just have to prepend the body class.&#60;/p&#62;
&#60;p&#62;This would be something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.slug-test #main {width: 950px;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>charles.ortiz on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8765</link>
<pubDate>Sun, 03 Jan 2010 06:59:52 +0000</pubDate>
<dc:creator>charles.ortiz</dc:creator>
<guid isPermaLink="false">8765@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thanks Chris,&#60;/p&#62;
&#60;p&#62;Firebug has helped me alot!&#60;/p&#62;
&#60;p&#62;Now another question i have is how do I go about setting certain pages widths. For example, I want all my pages to be at 650 but a &#34;Features&#34; page to be at 950.&#60;/p&#62;
&#60;p&#62;Where in the CSS do I code away?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8743</link>
<pubDate>Sat, 02 Jan 2010 08:27:46 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8743@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;You can do what ever you want .. limited by the monitor width and mainly the readability. Don't think that a post with a 1.000 px width will be readable at all, but that's up to you.&#60;/p&#62;
&#60;p&#62;Get Firefox and the Firebug addon and play with the following settings:&#60;/p&#62;
&#60;p&#62;- You need to adjust the min-width for body.&#60;/p&#62;
&#60;p&#62;- And you need to adjust the width for the following selectors:&#60;/p&#62;
&#60;p&#62;  #branding&#60;br /&#62;
  .menu&#60;br /&#62;
  #main&#60;br /&#62;
  #container&#60;br /&#62;
  #sidebar&#60;br /&#62;
  #primary&#60;br /&#62;
  #secondary&#60;br /&#62;
  #siteinfo&#60;/p&#62;
&#60;p&#62;- And you need to adjust the margin for:&#60;/p&#62;
&#60;p&#62;  #content&#60;br /&#62;
  #sidebar&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>charles.ortiz on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8739</link>
<pubDate>Sat, 02 Jan 2010 00:39:37 +0000</pubDate>
<dc:creator>charles.ortiz</dc:creator>
<guid isPermaLink="false">8739@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ahh Thanks Chris it worked!&#60;/p&#62;
&#60;p&#62;Now another quick question. All of my post are limited to a 500px width. Is this theme only limited to this or can I widen it to 1000px?? Id like to have full page posts.&#60;/p&#62;
&#60;p&#62;thanks in Advance!
&#60;/p&#62;</description>
</item>
<item>
<title>Chris on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8727</link>
<pubDate>Fri, 01 Jan 2010 19:10:19 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid isPermaLink="false">8727@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;this would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post {
    border-top: 1px solid black;
}

.p1 {
	border-top: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;in your child theme's style.css plus some additional stuff for the spacing.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
</item>
<item>
<title>charles.ortiz on "Custom Post Dividers????"</title>
<link>http://themeshaper.com/forums/topic/custom-post-dividers#post-8710</link>
<pubDate>Thu, 31 Dec 2009 10:28:05 +0000</pubDate>
<dc:creator>charles.ortiz</dc:creator>
<guid isPermaLink="false">8710@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Im currently using the thematic theme and have managed to customize it a bit but I cant figure out how to add a custom divider between posts. I dont really like how you go from post to post without anything dividing it. I made a custom divider image so all i want to do is know where to put the image?&#60;/p&#62;
&#60;p&#62;What would the coding be and where would i put it?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
