<?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; How to</title>
	<atom:link href="http://www.wppro.org/category/how-to/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>Site Hacked: Site Name and Post Titles Changed via Database (Possible Fix)</title>
		<link>http://www.wppro.org/2010/04/site-hacked-site-name-and-post-titles-changed-via-database/</link>
		<comments>http://www.wppro.org/2010/04/site-hacked-site-name-and-post-titles-changed-via-database/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 16:56:14 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.wppro.org/?p=181</guid>
		<description><![CDATA[Following yesterdays post about my sites being exploited by the &#8220;Cheap Pharma&#8221; a-holes, I was brought to the attention of another WP site (very popular in that) had similar issue too, Chris Pearson is the founder of DYI Themes, so I stated following his Twitter feeds to find help. Per Chris, the exploit was in [...]]]></description>
			<content:encoded><![CDATA[<p>Following <a href="http://www.wppro.org/2010/04/04/site-hacked-site-name-changed-to-cheap-viagra/">yesterdays post</a> about my sites being exploited by the &#8220;Cheap Pharma&#8221; a-holes, I was brought to the attention of another WP site (very popular in that) had similar issue too, <a target="_blank" href="http://www.pearsonified.com/">Chris Pearson</a> is the founder of <a target="_blank" href="http://diythemes.com/">DYI Themes</a>, so I stated following his Twitter feeds to find help.</p>
<p><img src="http://www.wppro.org/wp-content/uploads/2010/04/pearsonified-hacked.jpg" alt="" title="pearsonified-hacked" width="515" class="alignleft size-full wp-image-187" /></p>
<p>Per Chris, the exploit was in the DB, so just finding and replacing the file in the WP folder was not good enough, the DB needed to be cleaned as well. So here’s a how to:</p>
<p>For folks who regularly back up their sites, it would be much easier to do the fix as opposed to those who do no back up their site (another reason to use <a target="_blank" href="http://www.ilfilosofo.com/blog/wp-db-backup/">wp-db-backup plugin</a>). Nevertheless there are ways to get the DB cleaned out. We will discuss both, but before we do that, here’s a step-by-step to find and remove the PHP file that is causing the havoc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2010/04/site-hacked-site-name-and-post-titles-changed-via-database/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 3.2 &quot;Conditional Navigation Menus&quot;</title>
		<link>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/</link>
		<comments>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:07:41 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/?p=530</guid>
		<description><![CDATA[The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated as well- just like the rest of the sites content, but is seldom the case. The reason is not the lack of technique, but rather the importance of effective navigation and its attribution to the success [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i71.photobucket.com/albums/i136/headsetop/conditionalmenu.jpg" alt="conditional menu" width="400" height="170" />The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated as well- just like the rest of the sites content, but is seldom the case. The reason is not the lack of technique, but rather the importance of effective navigation and its attribution to the success of the site as a whole.</p>
<p>A site with poor navigation is just as bad as or worse than a site with poor content. Magazine style themes have overcome this barrier using JavaScript dropdown menus. But there is a simpler yet seldom used method that can be used and involves only the use of conditional WordPress tags.</p>
<h3>Conditional Navigation</h3>
<p>We will use the same <a href="http://www.headsetoptions.org/test/?wptheme=mag4style" target="_blank">demo theme we created</a> during the <a href="http://www.wppro.org/2008/02/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%E2%80%93-second-level-menu/">previous tutorial</a>.  As you can see it has conditional page tags built in, just like many of our other <a href="http://www.headsetoptions.org/support/">new themes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/04/anatomy-of-a-magazine-style-premium-wordpress-theme-part-32-conditional-navigation-menus/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 3.1 &quot;Navigation – Second Level Menu&quot;</title>
		<link>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/</link>
		<comments>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:22:47 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tag]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Sites]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/02/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/</guid>
		<description><![CDATA[This tutorial is running longer than we initially anticipated, we will break section 3 further into sub-sections. In our ongoing exercise to learn the nuts and bolts of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu. As important as they [...]]]></description>
			<content:encoded><![CDATA[<p class="note">This tutorial is running longer than we initially anticipated, we will break section 3 further into sub-sections.</p>
<p>In our ongoing <a href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">exercise</a> to learn the <a href="http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/">nuts</a> and <a href="http://www.wppro.org/2008/01/19/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/">bolts</a> of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu.</p>
<p><img src="http://i71.photobucket.com/albums/i136/headsetop/menuexample2.jpg" alt="revolution magazine style theme menu" align="left" />As important as they are, they are often found floating in the header or worse the sidebar and almost never used to its fullest. Today we will attempt to change that. We are dedicating the next few sections just to discuss navigation menus, its varied uses, and the various methods of using it. So why wait, let&#8217;s get started.</p>
<h3>Why are Navigation Menus Important?</h3>
<p>There are three important roles of navigation menus, they are listed below in no particular order:</p>
<ul>
<li>It acts as the gateway to sections of the site you want your visitors/users to explore</li>
<li>When designed correctly, it aids as a visual sitemap</li>
<li>When used correctly, it enhances usability of your site and helps in SEO</li>
</ul>
<h3>How are Navigation Menus in Magazine Style Themes Different from Regular Themes?</h3>
<p>If you notice closely, most regular themes have pages listed in blocks in the header or the sidebar and call it navigation. For all practical purpose, it works, and we are all complacent with it. In WordPress, there are numerous pages that are dynamically created like the archives, category pages, paginated pages, search pages and so on that are traditionally are not considered pages when you create a list using the template tag such as the one below:</p>
<pre name="code" class="xhtml">
	&lt;?php wp_list_pages('sort_column=menu_order&amp;depth=1&amp;title_li='); ?&gt;
</pre>
<p>In fact, the above tag does not display any child pages! So how do overcome this limitation?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/02/anatomy-of-a-magazine-style-premium-wordpress-theme-part-31-navigation-%e2%80%93-second-level-menu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Anatomy of a Magazine Style Premium WordPress Theme &#8211; Part 2: DOMTab, Tabber, more</title>
		<link>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/</link>
		<comments>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:43:12 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Magazine Style WordPress Themes]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Widget]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.headsetoptions.org/2008/01/19/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/</guid>
		<description><![CDATA[In continuing our efforts of slicing and dicing a Magazine style WordPress theme, we come to a very interesting juncture with Java interfaces. This probable is the most ubiquitous feature of most all magazine themes. If you think about it, it makes sense that magazine style themes use this non-obtrusive code to help manage content. [...]]]></description>
			<content:encoded><![CDATA[<p>In continuing our <a title="anatomy of a magazine style premium wordpress theme prelude" href="http://www.wppro.org/2008/01/04/anatomy-of-a-magazine-style-premium-wordpress-theme-prelude/">efforts of slicing and dicing</a> a Magazine style WordPress theme, we come to a very interesting juncture with Java interfaces. This probable is the most ubiquitous feature of most all magazine themes. If you think about it, it makes sense that magazine style themes use this non-obtrusive code to help manage content. These sidebar tabbed interface gives you the most bang for you buck in terms of digital real-estate. </p>
<p>Granted that it will not necessarily minimize bandwidth usage by loading the page any faster, but nonetheless provides an alternative to having the entire content load on each and every page (even where not needed).</p>
<p><img src="http://i71.photobucket.com/albums/i136/headsetop/DOMtab.jpg" alt="DOMtab interface" /></p>
<p>From <a title="anatomy of a magazine style premium wordpress theme the loop" href="http://www.wppro.org/2008/01/11/anatomy-of-a-magazine-style-premium-wordpress-theme-part-1-the-loop/">our last experiment</a>, we have a layout constructed with <a title="magazine style premium wordpress theme featured post" href="http://www.headsetoptions.org/test/?wptheme=mag1style">featured post option</a> and some borrowed styling. Now we will add the cool tabbed interface to the sidebar.</p>
<p>There are many Java options out there that can generate these tabbed interfaces, the more popular ones are DOMtab and Tabber. We will introduce one other simple tab JavaScript at the very end that has recently found its way into WP themes, but for most part, we will focus on DOMtab and Tabber.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2008/01/anatomy-of-a-magazine-style-premium-wordpress-theme-part-2-domtab-tabber-more/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<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>
		<item>
		<title>Painless Upgrade Technique for WordPress 2.1 &quot;Ella&quot;</title>
		<link>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/</link>
		<comments>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 03:53:34 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://headsetoptions.org/2007/01/27/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/</guid>
		<description><![CDATA[This &#8220;how to&#8221; was written in January 2007, but the techniques applies to modern day WordPress upgrades as well. Users who have better things to do with their time than to upgrade their WordPress install once every few weeks, or those who are overwhelmed with the information presented below and would like someone else to [...]]]></description>
			<content:encoded><![CDATA[<p class="note">This &#8220;how to&#8221; was written in January 2007, but the techniques applies to modern day WordPress upgrades as well.</p>
<p><img class="alignright size-full wp-image-137" title="wordpress-logo" src="http://www.wppro.org/wp-content/uploads/2008/11/wordpress-logo.png" alt="" width="140" height="141" />Users who have better things to do with their time than to upgrade their WordPress install once every few weeks, or those who are overwhelmed with the information presented below and would like someone else to do the dirty job for a meager fee, <a title="contact" href="http://www.wppro.org/contact/">contact me</a>.</p>
<h3>Who should upgrade?</h3>
<p>If you use WordPress at least once a day, go right ahead and upgrade. Casual user can refer the list below to check if it fits your bill:</p>
<ol>
<li>You run a business online using WP to power your site</li>
<li>You run multiple sites using both WP and other CMS and would one day like to merge them all into one mega site</li>
<li>You are happy with your current install but like the new features <a title="wp21" href="http://wordpress.org/development/2007/01/ella-21/">WP 2.1</a> has to offer</li>
</ol>
<h3>Who should not?</h3>
<ol>
<li><del datetime="2008-11-21T00:47:34+00:00">If you have WP on your site but is seldom used as your site is all static</del></li>
<li><del datetime="2008-11-21T00:47:34+00:00">Your site is a <a title="wiki" href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)">Mashup</a></del></li>
<li><del datetime="2008-11-21T00:47:34+00:00">You are happy with your current install and do not feel the need to upgrade</del></li>
<li>No one</li>
</ol>
<h3>How do you upgrade?</h3>
<p>If you decide to upgrade, here are two ways to go about it. Remember this is my personal opinion based on my experiences, there might be easier ways to go about, even plugins, but I think I have nailed the most painless and fool proof technique.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wppro.org/2007/01/painless-upgrade-technique-for-wordpress-21-%e2%80%9cella%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

