<?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>Fri, 07 May 2010 18:36:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/</link>
		<comments>http://www.wppro.org/2008/01/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/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Prelude</title>
		<link>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/</link>
		<comments>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 05:54:49 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/</guid>
		<description><![CDATA[Let&#8217;s face it, WordPress is not just a Blogging ware like some might want you to believe, when used correctly, the full potential of the worlds best CMS can power sites big and small alike. The recent trend among high content-high traffic sites are the switch to magazine styled (mostly paid premium) themes to aid [...]]]></description>
			<content:encoded><![CDATA[<div class="span-8">
<p>Let&#8217;s face it, WordPress is not just a Blogging ware like some might want you to believe, when used correctly, the full potential of the worlds best CMS can power sites big and small alike. The recent trend among high content-high traffic sites are the switch to magazine styled (mostly paid premium) themes to aid in maximizing content exposure. Most all new magazine styled themes worth your time is premium or paid, yet it requires customization and effort from the user to ensure the layout and content stays homogeneous. Is you already run a well established site with custom theme design and need to add functionalities similar to magazine styled premium themes without switching or paying for a new theme, you are at the right place.</p></div>
<div class="span-8 last"><img src="http://i71.photobucket.com/albums/i136/headsetop/themesfull/pressword.jpg" alt="pressword theme screenshot" width="280" height="210" /></div>
<div class="clear"></div>
<h3>How are magazine themes different from regular themes?</h3>
<p>Although structurally most themes have either 2 or 3 columns, the similarity ends there. Magazine styled themes are content centric and less bloggy, they offer a platform to easily manipulate data, simplify data access and presentation, and make navigation easy.</p>
<h3>What are we attempting to do?</h3>
<p>We will not attempt to (re)create a magazine styled theme out of your existing theme, however, we will dissect some magazine themes and learn all the aspects that you can easily add to improve your site&#8217;s features and enhance user experience. We will focus on the following three components of the theme.</p>
<ul>
<li>Content Presentation &#8211; Featured, non-featured, category and asides posts</li>
<li>Sidebar &#8211; DOMtab and tabber JavaScript module</li>
<li>Navigation &#8211; CSS and JavaScript menu</li>
</ul>
<p>Some of this work will involve JavaScript usage/applications, not to fear, they are all relatively simple, free to download and use and easy to adopt into any theme.</p>
<h3>When will the guide be available?</h3>
<p>Over the next few days, we will present the &#8220;How To&#8221; guide in 3 (or more) parts, each focusing on one of the aforementioned components. So stay tuned. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>

