<?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>Top Wordpress Themes &#187; wordpress</title>
	<atom:link href="http://www.topwordpressthemes.info/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topwordpressthemes.info</link>
	<description>The Best WordPress Themes On The Internet!</description>
	<lastBuildDate>Sat, 21 May 2011 07:10:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to move your WordPress Blog to a new domain</title>
		<link>http://www.topwordpressthemes.info/articles/how-to-move-your-wordpress-blog-to-a-new-domain/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-move-your-wordpress-blog-to-a-new-domain</link>
		<comments>http://www.topwordpressthemes.info/articles/how-to-move-your-wordpress-blog-to-a-new-domain/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 23:29:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[new domain]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=733</guid>
		<description><![CDATA[Today we are going to learn <strong>how to move your WordPress Blog to a new domain</strong>. Changing your WordPress installation to a brand <strong>new domain</strong> is not the easiest of tasks. Unlike a standard website, the URL of your website is hard coded into your WordPress installation, meaning that even if you did copy the files from your <strong>WordPress install</strong> to a new domain, it would always point straight back at the old domain.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/11/Capture62.JPG"><img class="alignleft size-medium wp-image-735" title="How to move your WordPress Blog to a new domain" src="http://topwordpressthemes.info/wp-content/uploads/2009/11/Capture62-300x199.jpg" alt="How to move your WordPress Blog to a new domain" width="300" height="199" /></a></p>
<p>Today we are going to learn <strong>how to move your WordPress Blog to a new domain</strong>. Changing your WordPress installation to a brand <strong>new domain</strong> is not the easiest of tasks. Unlike a standard website, the URL of your website is hard coded into your WordPress installation, meaning that even if you did copy the files from your <strong>WordPress install</strong> to a new domain, it would always point straight back at the old domain.</p>
<p>What we will be covering over the course of about three articles which will be produced over the course of this week is a strategic method in which to change your WordPress installation over to a new domain, whilst minimizing the impact that this has on your SEO, and your Google rankings. Part one, which we are seeing today, will cover <strong>how to change your WordPress blog to a new domain</strong>.</p>
<p>For a blogger, this is quite a scary thing to even attempt. Speaking from my own experience, at the moment, I am currently changing a sister site of Top WordPress Themes over to a new domain giving it a dot com rather than a dot info. The problem with this is that the dot com has no Alexa ranking, and it is not listed in Google at all yet, so the implications of doing this can be very severe. If not done right, I could lose income from Advertising, I could have trouble getting my Google rankings back, and much worse.</p>
<p>In this part, we will be covering the aspect of moving your WordPress files to a brand new domain and making those files work. This involves a few steps which may not entirely make sense until I go into further detail in the next parts to this article, but I do stress, there is a method in this madness, this is what works for me. I am sure that there are many other methods out there, and in part, this is why we have comments on this site enabled, so you can too share from your experience what has and hasn’t worked for you.</p>
<p>First thing that you are going to need to do is deny robots from accessing your new domain so early, as this could affect your search engine rankings. Create a new file on your new domain called <span style="color: #993300;">robots.txt</span> and include the following lines of text in this file:</p>
<p style="padding-left: 30px;"><span style="color: #993300;"><em>User-agent: *</em></span></p>
<p style="padding-left: 30px;"><span style="color: #993300;"><em>Disallow: /</em></span></p>
<p>Now you are going to need to back up all of your files on your current installation on your current domain. This will include your SQL database and your files. Depending on what you have installed on your server, this may be as simple as downloading a backup from your c-panel, or downloading everything via ftp. Once you have everything backed up, upload your WordPress files to your public_html or root on your new domain, and make sure to set all of the same permissions as you had on your existing installation.</p>
<p>Depending on what you have installed on your hosting, or how your SQL is set up, this part may be a little tricky. You need to restore your SQL from the old domain on the new domain. In C-Panel and Direct Admin, this is as simple as creating a new SQL database (this will create a SQL table with the right prefix) then restore your backup on to the new SQL database. If you haven’t done so already, add your user, and then include these details in your <span style="color: #993300;">wp_config.php</span> file. This will tell your WordPress installation where the database is now located, so that it is not looking for the old installation anymore.</p>
<p>Whilst you have the <span style="color: #993300;">wp_config.php</span> file still open, we are going to fix that little problem of your WordPress install directing to the old domain. This is a surprisingly easy task. Simply add the following lines in your config file:</p>
<p><em><span style="color: #993300;">define(&#8216;WP_SITEURL&#8217;, &#8216;http://www.example.com&#8217;);</span></em></p>
<p><em><span style="color: #993300;">define(&#8216;WP_HOME&#8217;, &#8216;http://www.example.com&#8217;);</span></em></p>
<p>You should now notice that if you navigate to your <strong>WordPress on your new domain</strong>, it should be working 100%. That is how simple it is, not as complex as it is made to sound. The only thing that needs to be fixed now is changing any links that you have created over the course of your blog being live that direct to the old domain. This is also a very simple fix. Download the <a title="Search and Replace WordPress Plugin" href="http://wordpress.org/extend/plugins/search-and-replace/" target="_blank">Search and Replace plugin</a>, and using this plug in, you can easily replace any references to your old URL with the new URL.</p>
<p>And that is it! That is <strong>how to move your WordPress blog to a new domain</strong>. Now, let’s not forget that there is a much more important aspect to this, and that is how to redirect from your old domain to the new domain without affecting your search engine rankings, and we will cover this over the next few days in more detail, including what we are going to do with that robots.txt file.</p>
<p>Again, if you have anything to add on this matter, please don’t be scared to use the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/articles/how-to-move-your-wordpress-blog-to-a-new-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digg WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/blog/digg-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=digg-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/digg-wordpress-theme/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 11:43:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[Clone WordPress Themes]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=276</guid>
		<description><![CDATA[This is a clone <strong>wordpress theme</strong> which gives your <strong>theme</strong> a very similar look to Digg.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/digg.PNG"><img class="alignleft size-medium wp-image-277" title="digg WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/digg-300x242.PNG" alt="digg WordPress Theme" width="300" height="242" /></a>This is a clone <strong>wordpress theme</strong> which gives your <strong>theme</strong> a very similar look to Digg.</p>
<p><a href="http://anonym.to/?http://www.vcars.co.uk/wordpress-themes/wordpress/?preview_theme=Digg-like-theme" target="_blank">DEMO</a> |  <a href="http://www.topwordpressthemes.info/downloads/digg.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/digg-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presents WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/blog/blog-blog/presents-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=presents-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/blog-blog/presents-wordpress-theme/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 06:03:27 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[colorful]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=332</guid>
		<description><![CDATA[This <b>WordPress Theme</b> is compatible with the new <b>WordPress</b> 2.8 and of course, backward compatible. Coming with threaded comments and a couple of other useful settings and tested on major web browsers. Two adsense slots included. Surely you can replace them with any ad pictures or code texts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/presents.JPG"><img class="alignleft size-medium wp-image-333" title="presents WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/presents-300x224.jpg" alt="presents WordPress Theme" width="300" height="224" /></a>Who said that the most joyful part of receiving a present is not the receiving itself, but the process of opening? Exactly! It doesn’t matter what is laid inside the box, it doesn’t matter if it luxury or not. Just the ecstasy of ripping off the colorful wrappers is overwhelming enough!</p>
<p>This <strong>WordPress Theme</strong> is compatible with the new WordPress 2.8 and of course, backward compatible. Coming with threaded comments and a couple of other useful settings and tested on major web browsers. Two adsense slots included. Surely you can replace them with any ad pictures or code texts.</p>
<p><a href="http://anonym.to/?http://www.ezwpthemes.com/examples/?wptheme=Presents&amp;cat=19" target="_blank">DEMO</a> |  <a href="http://www.topwordpressthemes.info/downloads/Presents.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/blog-blog/presents-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Panorama Free WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/blog/blog-blog/panorama-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=panorama-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/blog-blog/panorama-wordpress-theme/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:55:00 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[urban]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=325</guid>
		<description><![CDATA[This <b>Free WordPress Theme</b> is compatible with the new <b>WordPress</b> 2.8 and of course, backward compatible. Coming with threaded comments and a couple of other useful settings and tested on major web browsers. Two adsense slot included. Surely you can replace them with any ad pictures or code texts.]]></description>
			<content:encoded><![CDATA[<p>S<a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/Capture.JPG"><img class="alignleft size-medium wp-image-326" title="Panorama WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/Capture-300x216.jpg" alt="Panorama WordPress Theme" width="300" height="216" /></a>cattering droplets, the sunset boulevard, the skyline of the skyscrapers, and the silhouette of the planes flying by, have you ever got the chance having a panoramic view of the city you live in? Admit it or not, you are part of the city. No matter what, give a big smile to it every single morning.</p>
<div>
<p>This <strong>Free WordPress Theme</strong> is compatible with the new <strong>WordPress</strong> 2.8 and of course, backward compatible. Coming with threaded comments and a couple of other useful settings and tested on major web browsers. Two adsense slot included. Surely you can replace them with any ad pictures or code texts.</p>
<p><a href="http://anonym.to/?http://www.ezwpthemes.com/examples/" target="_blank">DEMO </a> |  <a href="http://www.topwordpressthemes.info/downloads/Panorama.zip" target="_blank">DOWNLOAD</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/blog-blog/panorama-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infinity Free WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/cms/photo/infinity-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=infinity-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/cms/photo/infinity-wordpress-theme/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 05:47:58 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[CMS WordPress Themes]]></category>
		<category><![CDATA[Photo WordPress Themes]]></category>
		<category><![CDATA[colorful]]></category>
		<category><![CDATA[infinity]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=319</guid>
		<description><![CDATA[Infinity 1.0.1 <b>Free WordPress Theme</b> has been released (get it here or over Smashing Magazine), it is highly recommended that you upgrade at your convenience, especially if you’re need WordPress Theme which was missing in previous version. Enjoy.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/preview.jpg"><img class="alignleft size-medium wp-image-320" title="Infinity-wordpress-theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/preview-270x300.jpg" alt="Infinity-wordpress-theme" width="270" height="300" /></a>Infinity 1.0.1 <strong>WordPress Theme</strong> has been released (get it here or over Smashing Magazine), it is highly recommended that you upgrade at your convenience, especially if you’re need <strong>WordPress Theme</strong> which was missing in previous version. Enjoy.</p>
<h3>Change log</h3>
<p>V1.0.1 <strong>WordPress Theme</strong> includes:</p>
<ul>
<li> WP Page template included</li>
<li> Top navigation revamped (now it work with your pages list)</li>
<li>Blogroll links</li>
</ul>
<h3>Installation and Configuration</h3>
<p>It really doesn’t get much easier than this to install this <strong>Free WordPress Theme</strong>, extract the contents and upload the whole ‘<strong>theme</strong>’ folder to your wp-content/theme directory, and you can name it whatever you like. Copy all plugin(s) into wp-content/plugins directory and active them via <strong>WordPress</strong> admin.</p>
<p>1) Add a page content &#8211; Log into <strong>WordPress</strong> admin, Write &gt; Page, hit the save and publish and this will reflect on the top navigation menu.</p>
<p>2) Change the del.icio.us Feed &#8211; Edit left.php, line #24:<br />
<code>src="http://feeds.delicious.com/v2/js/yichi?count=8&amp;sort=date”</code><br />
replace  yichi with your own delicious id, count=8 where you can change how many items you like to show.</p>
<p>3) Change the number of display posts in home &#8211; simply go wp admin, settings &gt; reading &gt; Blog pages show at most: where enter the number (the default value is 10)</p>
<p>[ad#AdBrite]</p>
<p>Some guide you might need before using this theme:</p>
<h3>Using Custom Field to custmize the post style</h3>
<p>As Infinity theme requires to use the feature of <strong>WordPress</strong> custom filed, here I will show you how to enable that magazine cover style by simple add key value to custom filed:</p>
<p>1) Once you’re about finishing your post and BEFORE you press ‘publish’ button, scroll down your page to Custom field, where you can enter a new keyword and value</p>
<p>Key: thumbnail<br />
Value: enter your photo path<br />
(you can either upload a image and copy its path directly or link to your flickr album. And for a better result, please sizing your photo to 235*150 pixels), then hit ‘Add Custom Field’ button, wordpress will save this field, and you can edit it at later. It’s that easy!</p>
<p>2) then publish it and go check the update you’ve just made, if everything goes fine, your frontpage will show thumbnail style covers.</p>
<p><a title="Free WordPress Theme Download" href="http://www.topwordpressthemes.info/downloads/infinity.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/cms/photo/infinity-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>P2 Live Micro Blogging WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/cms/p2-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=p2-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/cms/p2-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:20:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[Clone WordPress Themes]]></category>
		<category><![CDATA[CMS Themes]]></category>
		<category><![CDATA[CMS WordPress Themes]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[micro blog]]></category>
		<category><![CDATA[p2]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=303</guid>
		<description><![CDATA[This is the first <strong>theme</strong> which we are stickying as a feature on Top <strong>WordPress themes</strong>. Once you can read below, I am sure that you will understand why.

P2 is a micro blogging <strong>theme</strong> inspired by Twitter and Facebook. It lets the user leave live notifications or comments on the fly right from the homepage updated in real time. It’s perfect for ongoing working groups, remote teams or even for keeping up to date with your latest family news.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/P2.PNG"><img class="alignleft size-medium wp-image-304" title="P2 WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/P2-300x225.PNG" alt="P2 WordPress Theme" width="300" height="225" /></a>This is the first <strong>theme</strong> which we are stickying as a feature on Top <strong>WordPress themes</strong>. Once you can read below, I am sure that you will understand why.</p>
<p>P2 is a micro blogging <strong>theme</strong> inspired by Twitter and Facebook. It lets the user leave live notifications or comments on the fly right from the homepage updated in real time. It’s perfect for ongoing working groups, remote teams or even for keeping up to date with your latest family news.</p>
<h2>Some of the features:</h2>
<ul>
<li>Threaded comment display on the front page.</li>
<li>In-line editing for posts and comments.</li>
<li>You can post from the front page.</li>
<li>RSS feeds in place for each author, each tag, and any search.</li>
<li>Live tag suggestion.</li>
<li>You can show/hide comments.</li>
<li>Real-time notifications when a new comment or update is posted.</li>
<li>On the sidebar featured your Recent Comments and latest tags with their own RSS feed.</li>
<li>You can easily embed videos.</li>
<li>You can make post Private going under under Settings &gt; Privacy.</li>
<li>Gravatars ready.</li>
</ul>
<p>A short video to explain more about this amazing <strong>wordpress theme</strong>.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="224" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://v.wordpress.com/YYNW9iSj" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="400" height="224" src="http://v.wordpress.com/YYNW9iSj" allowfullscreen="true"></embed></object></p>
<p>You can see a demo of this <strong>WordPress theme</strong> in action <a href="http://anonym.to/?http://p2demo.wordpress.com/" target="_blank">here</a></p>
<p><a href="http://www.topwordpressthemes.info/downloads/p2.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/cms/p2-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coda WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/cms/coda-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=coda-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/cms/coda-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 08:06:51 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[CMS Themes]]></category>
		<category><![CDATA[CMS WordPress Themes]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=299</guid>
		<description><![CDATA[This is an outstanding <strong>WordPress theme</strong> with sliding navigation. There are two seperate <strong>themes</strong> in this group. A purple <strong>theme</strong>, and a blue <strong>theme</strong>. Pick whatever <strong>theme</strong> suits your mood.]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/CODA.PNG"><img class="alignleft size-medium wp-image-300" title="CODA WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/CODA-300x252.PNG" alt="CODA WordPress Theme" width="300" height="252" /></a>This is an outstanding <strong>WordPress theme</strong> with sliding navigation. There are two seperate <strong>themes</strong> in this group. A purple <strong>theme</strong>, and a blue <strong>theme</strong>. Pick whatever <strong>theme</strong> suits your mood.</p>
<p><a href="http://anonym.to/?http://wordpress.bustatheme.com/coda-blue/" target="_blank">DEMO BLUE</a></p>
<p><a href="http://anonym.to/?http://wordpress.bustatheme.com/coda/" target="_blank">DEMO PURPLE</a></p>
<p><a href="http://www.topwordpressthemes.info/downloads/codablue.zip" target="_blank">DOWNLOAD BLUE</a></p>
<p><a href="http://www.topwordpressthemes.info/downloads/codapurple.zip" target="_blank">DOWNLOAD PURPLE</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/cms/coda-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone WordPress theme</title>
		<link>http://www.topwordpressthemes.info/blog/iphone-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iphone-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/iphone-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:48:54 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=290</guid>
		<description><![CDATA[Here is a basic iPhone <strong>WordPress theme</strong> for your <strong>wordpress</strong>]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/iphone.PNG"><img class="alignleft size-medium wp-image-291" title="iphone WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/iphone-300x239.PNG" alt="iphone WordPress Theme" width="300" height="239" /></a>Here is a basic iPhone <strong>WordPress theme</strong> for your <strong>wordpress</strong></p>
<p><a href="http://anonym.to/?http://iphonefan.com/wordpress_theme/" target="_blank">DEMO</a> |  <a href="http://www.topwordpressthemes.info/downloads/iphone.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/iphone-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Apple WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/blog/osx-apple-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=osx-apple-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/osx-apple-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:44:22 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=285</guid>
		<description><![CDATA[A basic but very simple OSX <strong>wordpress theme</strong> for your <strong>wordpress</strong>]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/osx.PNG"><img class="alignleft size-medium wp-image-286" title="osx WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/osx-300x223.PNG" alt="osx WordPress Theme" width="300" height="223" /></a>A basic but very cool OSX <strong>wordpress theme</strong> for your <strong>wordpress</strong></p>
<p><a href="http://anonym.to/?http://test.qualitywordpress.com/?preview_theme=leopardmac" target="_blank">DEMO</a> |  <a href="http://www.topwordpressthemes.info/downloads/osx.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/osx-apple-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome WordPress Theme</title>
		<link>http://www.topwordpressthemes.info/blog/google-chrome-wordpress-theme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-chrome-wordpress-theme</link>
		<comments>http://www.topwordpressthemes.info/blog/google-chrome-wordpress-theme/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 07:38:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Blog Themes]]></category>
		<category><![CDATA[Blog WordPress Themes]]></category>
		<category><![CDATA[Clone WordPress Themes]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://topwordpressthemes.info/?p=279</guid>
		<description><![CDATA[Yes, that's right. A browser <strong>theme</strong> for your <strong>wordpress</strong>. Enjoy!]]></description>
			<content:encoded><![CDATA[<p><a href="http://topwordpressthemes.info/wp-content/uploads/2009/10/chrome.PNG"><img class="alignleft size-medium wp-image-281" title="Google Chrome WordPress Theme" src="http://topwordpressthemes.info/wp-content/uploads/2009/10/chrome-300x215.PNG" alt="Google Chrome WordPress Theme" width="300" height="215" /></a>Yes, that&#8217;s right. A browser <strong>theme</strong> for your <strong>wordpress</strong>. Enjoy!</p>
<p><a href="http://anonym.to/?http://ericulous.com/demo/" target="_blank">DEMO</a> |  <a href="http://www.topwordpressthemes.info/downloads/googlechrome.zip" target="_blank">DOWNLOAD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topwordpressthemes.info/blog/google-chrome-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

