<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WP Pro - Design, Development and Professional WordPress Hosting for Serious Bloggers &#187; Techniques</title>
	<atom:link href="http://www.wppro.org/category/techniques/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wppro.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Apr 2010 16:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 1 &quot;The Loop&quot;</title>
		<link>http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/</link>
		<comments>http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 21:31:20 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/</guid>
		<description><![CDATA[Let me say it for the millionth time &#8220;content is king&#8221; and we all know that, don&#8217;t we? Since content is the most important part of a site, your WordPress powered theme must emphasis on content presentation. Most cookie cutter themes come with a post list that runs based on the time your posts were [...]]]></description>
			<content:encoded><![CDATA[<p>Let me say it for the millionth time &#8220;content is king&#8221; and we all know that, don&#8217;t we?</p>
<div class="span-8">
<img src="http://i71.photobucket.com/albums/i136/headsetop/featuredpost.jpg" alt="featured wordpress posts"/>
</div>
<div class="span-8 last">
<p>Since content is the most important part of a site, your WordPress powered theme must emphasis on content presentation. Most cookie cutter themes come with a post list that runs based on the time your posts were published, in other words a chronological list of posts irrespective of its importance. Let&#8217;s face it, not all posts are created equal. Some posts are special, some are important and then some not quite so. Why then should all posts get the same treatment?</p>
<p>Magazine styled themes do a fine job of addressing this by introducing the featured posts option. Posts of a certain category got &#8220;top of the page&#8221; real-estate, which helps the site highlight the more important content.</p>
</div>
<p>Creating such category specific presentation  on demand requires both PHP script manipulation within the <a href="http://codex.wordpress.org/The_Loop" target="_blank" rel="nofollow">WordPress Loop</a> and some changes to the CSS stylesheet. In continuing with <a href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">the series on dissecting magazine style themes</a>, we will attempt three hacks that will allow you to do the following:</p>
<ol>
<li>Create a featured post that is displayed at the very top of the page, followed by regular posts; all of which happens taking into consideration the pagination aspects of the site so as to not repeat the featured post on every paginated page.</li>
<li>Create a simple featured and non-featured posts distinction using minimal PHP hack, keeping it simple enough so as to not worry about pagination.</li>
<li>Create asides to highlight useful bits of information without hogging potentially critical presentation real-estate, or in other words, creating non-intrusive side posts without using a plugin.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
