<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: post_class(); &#8230; Take advantage of the new &#8220;Sticky Post&#8221; feature in WordPress 2.7</title>
	<atom:link href="http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/</link>
	<description>Designer, Author WordPress For Dummies</description>
	<lastBuildDate>Fri, 19 Mar 2010 22:08:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: &#160; 10 Useful WordPress Coding Techniques&#160;by&#160;Oshoamy</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306405</link>
		<dc:creator>&#160; 10 Useful WordPress Coding Techniques&#160;by&#160;Oshoamy</dc:creator>
		<pubDate>Wed, 06 Jan 2010 10:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306405</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: post_class(); … Take advantage of the new “Sticky Post” feature in WordPress 2.7 &#124; Lisa Sabin-Wilson &#124; WordPress News</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306349</link>
		<dc:creator>post_class(); … Take advantage of the new “Sticky Post” feature in WordPress 2.7 &#124; Lisa Sabin-Wilson &#124; WordPress News</dc:creator>
		<pubDate>Wed, 30 Dec 2009 16:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306349</guid>
		<description>[...] Link: post_class(); … Take advantage of the new “Sticky Post” feature in WordPress 2.7 &#124; Lisa Sabin-... [...]</description>
		<content:encoded><![CDATA[<p>[...] Link: post_class(); … Take advantage of the new “Sticky Post” feature in WordPress 2.7 | Lisa Sabin-&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Use WP template post-class() to style posts individually &#124; WebDesign Collection</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306284</link>
		<dc:creator>Use WP template post-class() to style posts individually &#124; WebDesign Collection</dc:creator>
		<pubDate>Fri, 18 Dec 2009 02:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306284</guid>
		<description>[...] the same way, you can also give special styling to named categories or tags. Another tutorial talks more about [...]</description>
		<content:encoded><![CDATA[<p>[...] the same way, you can also give special styling to named categories or tags. Another tutorial talks more about [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neel</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306252</link>
		<dc:creator>neel</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306252</guid>
		<description>Excellent trick. and nice function added by wordpress in 2.8 now we can style post according to the post category or posts tags.</description>
		<content:encoded><![CDATA[<p>Excellent trick. and nice function added by wordpress in 2.8 now we can style post according to the post category or posts tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willans</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306239</link>
		<dc:creator>Willans</dc:creator>
		<pubDate>Tue, 08 Dec 2009 16:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306239</guid>
		<description>Remember, you can take this even further by adding your own tags in to the post_class, such as:


This can lead to all sorts of possibilities:
- Easier styling for individual posts (to achieve a jasonsantamaria style site perhaps)
- Different styles for different authors.
- Different style for each month?</description>
		<content:encoded><![CDATA[<p>Remember, you can take this even further by adding your own tags in to the post_class, such as:</p>
<p>This can lead to all sorts of possibilities:<br />
- Easier styling for individual posts (to achieve a jasonsantamaria style site perhaps)<br />
- Different styles for different authors.<br />
- Different style for each month?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-306235</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-306235</guid>
		<description>Hey I was wondering how to create a unique style for a post and call that style with the post_class() or post_ID(). I don&#039;t want to edit the .post style because it would change the whole layout of the posts, I just want to change the text alignment to left on the single post page. Thanks!
*Note: The website I listed is my own website, and not the wordpress one that I&#039;m working on</description>
		<content:encoded><![CDATA[<p>Hey I was wondering how to create a unique style for a post and call that style with the post_class() or post_ID(). I don&#8217;t want to edit the .post style because it would change the whole layout of the posts, I just want to change the text alignment to left on the single post page. Thanks!<br />
*Note: The website I listed is my own website, and not the wordpress one that I&#8217;m working on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress Coding Techniques : Style Posts Individually</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305956</link>
		<dc:creator>WordPress Coding Techniques : Style Posts Individually</dc:creator>
		<pubDate>Thu, 05 Nov 2009 22:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305956</guid>
		<description>[...] Source: Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Source: Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design News &#187; 10 Useful WordPress Coding Techniques</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305940</link>
		<dc:creator>Web Design News &#187; 10 Useful WordPress Coding Techniques</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305940</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful WordPress Coding Techniques &#8211; My Facebook</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305939</link>
		<dc:creator>10 Useful WordPress Coding Techniques &#8211; My Facebook</dc:creator>
		<pubDate>Mon, 26 Oct 2009 06:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305939</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful WordPress Coding Techniques &#124; Search Engine Optimisation</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305931</link>
		<dc:creator>10 Useful WordPress Coding Techniques &#124; Search Engine Optimisation</dc:creator>
		<pubDate>Thu, 22 Oct 2009 21:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305931</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful WordPress Coding Techniques &#171; Tech7.Net</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305922</link>
		<dc:creator>10 Useful WordPress Coding Techniques &#171; Tech7.Net</dc:creator>
		<pubDate>Tue, 20 Oct 2009 15:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305922</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Useful WordPress Coding Techniques &#171; Smashing Magazine</title>
		<link>http://justagirlintheworld.com/take-advantage-of-the-new-sticky-post-feature-in-wordpress-27/comment-page-1/#comment-305921</link>
		<dc:creator>10 Useful WordPress Coding Techniques &#171; Smashing Magazine</dc:creator>
		<pubDate>Tue, 20 Oct 2009 14:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://justagirlintheworld.com/?p=2033#comment-305921</guid>
		<description>[...] Take advantage of the new post class [...]</description>
		<content:encoded><![CDATA[<p>[...] Take advantage of the new post class [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
