<?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>PSD to WordPress - PSD to WP - Convert PSD To WordPress</title>
	<atom:link href="http://psdtowpconversion.com/feed" rel="self" type="application/rss+xml" />
	<link>http://psdtowpconversion.com</link>
	<description>Our PSD to WordPress service provides high quality, affordable, standards compliant conversions! Convert PSD to WordPress and save time and money with our PSD to WP experience.</description>
	<lastBuildDate>Mon, 20 Feb 2012 13:30:08 +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>More Responsive WordPress Themes</title>
		<link>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes-2</link>
		<comments>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes-2#comments</comments>
		<pubDate>Mon, 20 Feb 2012 13:30:08 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2255</guid>
		<description><![CDATA[So there I was, kicking back with nothing or should I say not wanting to do anything except relax and I decided to see what the latest happenings were going on in the world of WordPress. I decided that I need to look for some updates concerning WordPress themes so I did a search and across news from a site about the 25 best responsive [...]]]></description>
			<content:encoded><![CDATA[<p>So there I was, kicking back with nothing or should I say not wanting to do anything except relax and I decided to see what the latest happenings were going on in the world of WordPress. I decided that I need to look for some updates concerning <strong>WordPress themes</strong> so I did a search and across news from a site about the 25 best responsive WordPress themes. Of course every site that does a post about WordPress themes says it is the &#8220;best this&#8221; or &#8220;best that&#8221; &#8211; I can however state these are some pretty good looking themes. Best? No not the best, but close.</p>
<p><a href="http://smashinghub.com/25-best-responsive-wordpress-themes-2012.htm" rel="nofollow" target="_blank">25 Best responsive WordPress Themes</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Execute PHP Inside A Widget Without A Plugin</title>
		<link>http://psdtowpconversion.com/wordpress-tips/execute-php-inside-a-widget-without-a-plugin</link>
		<comments>http://psdtowpconversion.com/wordpress-tips/execute-php-inside-a-widget-without-a-plugin#comments</comments>
		<pubDate>Fri, 17 Feb 2012 14:49:08 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2243</guid>
		<description><![CDATA[A few weeks ago I had a client who wanted to run PHP inside the widgets of his theme that I was creating for him. Unfortunately he didnt want to use a plugin and I had no idea how to get this accomplished. So I went out looking for a fix and I found one. All you need to do is add the following to [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I had a client who wanted to run PHP inside the widgets of his theme that I was creating for him. Unfortunately he didnt want to use a plugin and I had no idea how to get this accomplished. So I went out looking for a fix and I found one. All you need to do is add the following to your functions.php file. You should then be able to run and kind of php in a regular text widget &#8211; with installing a new plugin.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<pre class="brush: php; title: ; notranslate">add_filter('widget_text','execute_php',100);
 function execute_php($html){
 if(strpos($html,&quot; $html=ob_get_contents();
 ob_end_clean();
 }
 return $html;
 }</pre>
<p>Thanks to <a href="http://www.emanueleferonato.com/2011/04/11/executing-php-inside-a-wordpress-widget-without-any-plugin/" rel="nofollow" target="_blank">Emanuele Feronato</a> for this great snippet of code.</p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-tips/execute-php-inside-a-widget-without-a-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Free WordPress Themes</title>
		<link>http://psdtowpconversion.com/wordpress-themes/10-free-wordpress-themes</link>
		<comments>http://psdtowpconversion.com/wordpress-themes/10-free-wordpress-themes#comments</comments>
		<pubDate>Mon, 06 Feb 2012 14:44:16 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2237</guid>
		<description><![CDATA[I found a really good post showcasing 10 free WordPress themes, so I thought that i would share this great find with all of you. There are a few responsive themes as well as some pretty cool looking portfolio type themes. Do you know of any other free WordPress themes that deserve some recognition? Let us all know. Enjoy!
10 Free WordPress Themes
]]></description>
			<content:encoded><![CDATA[<p>I found a really good post showcasing 10 free WordPress themes, so I thought that i would share this great find with all of you. There are a few responsive themes as well as some pretty cool looking portfolio type themes. Do you know of any other <strong>free WordPress themes</strong> that deserve some recognition? Let us all know. Enjoy!</p>
<p><a href="http://tutspress.com/free-wordpress-themes/10-best-free-wordpress-themes-collection-february-2012/" rel="nofollow" target="_blank">10 Free WordPress Themes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-themes/10-free-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Menu Tips</title>
		<link>http://psdtowpconversion.com/wordpress-tips/custom-menu-tips</link>
		<comments>http://psdtowpconversion.com/wordpress-tips/custom-menu-tips#comments</comments>
		<pubDate>Wed, 21 Dec 2011 14:01:46 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2229</guid>
		<description><![CDATA[For those of you out there using WordPress or just beginning to, I hope you do your research into what WordPress can and can&#8217;t (what?)  do for you. One of the first things I advise you to read up on are any wordpress tips on a feature known as the custom menu. Its a great feature and one I am sure you will need help [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you out there using WordPress or just beginning to, I hope you do your research into what WordPress can and can&#8217;t (what?)  do for you. One of the first things I advise you to read up on are any <strong>wordpress tips</strong> on a feature known as the custom menu. Its a great feature and one I am sure you will need help with. Here is a link to a very helpful post. Enjoy.</p>
<p><a href="https://wpbtips.wordpress.com/2011/12/19/custom-menus/" rel="nofollow" target="_blank">Custom Menus</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-tips/custom-menu-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Responsive WordPress themes</title>
		<link>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes</link>
		<comments>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes#comments</comments>
		<pubDate>Mon, 12 Dec 2011 15:14:31 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2217</guid>
		<description><![CDATA[Over the past few weeks, I have been getting a lot of questions about responsive wordpress themes. Just exactly what are are they? These kinds of themes will display a site accordingly depending on the device that is used to view the site. Whether its a browser, a tablet or a mobile device, this sort of theme has the functionality to display it properly, all [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few weeks, I have been getting a lot of questions about <strong>responsive wordpress themes</strong>. Just exactly what are are they? These kinds of themes will display a site accordingly depending on the device that is used to view the site. Whether its a browser, a tablet or a mobile device, this sort of theme has the functionality to display it properly, all without some sort of plugin. So just to drive this point home here is a list of some pretty cool looking themes that will take care of all your responsive needs.</p>
<p><a href="http://www.wpthemeslabs.com/best-responsive-wordpress-themes-premium-themes-collection" rel="nofollow" target="_blank">Best Responsive WordPress Themes – Premium Themes Collection</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-themes/more-responsive-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips for Efficient Blogging</title>
		<link>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-efficient-blogging</link>
		<comments>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-efficient-blogging#comments</comments>
		<pubDate>Mon, 28 Nov 2011 14:40:22 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2211</guid>
		<description><![CDATA[Over the holiday weekend I got an email from a friend of mine asking me how he could start blogging. He&#8217;s a movie buff and wants to start a movie review site. So I told him he needed to do a search for some wordpress tips and this is one he found. He said it was simple yet informative. So I thought I would share [...]]]></description>
			<content:encoded><![CDATA[<p>Over the holiday weekend I got an email from a friend of mine asking me how he could start blogging. He&#8217;s a movie buff and wants to start a movie review site. So I told him he needed to do a search for some <strong>wordpress tips</strong> and this is one he found. He said it was simple yet informative. So I thought I would share it with all of you. Enjoy!</p>
<p><a href="http://www.webdeveloperjuice.com/2011/11/28/how-to-work-efficiently-on-your-blog-using-wordpress-tricks/" rel="nofollow" target="_blank">How to work efficiently on your blog using wordpress tricks</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-efficient-blogging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21 Cool and Amazing WordPress Themes</title>
		<link>http://psdtowpconversion.com/wordpress-themes/21-cool-and-amazing-wordpress-themes</link>
		<comments>http://psdtowpconversion.com/wordpress-themes/21-cool-and-amazing-wordpress-themes#comments</comments>
		<pubDate>Mon, 21 Nov 2011 15:00:01 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2207</guid>
		<description><![CDATA[Its that time of the week again. A time to send some really nice looking themes your way. I came across this post and I was blown away by some of the wordpress themes they had found so I thought, &#8220;yep i definitly have to let you guys know about them.&#8221; So here they are for your viewing pleasure and make sure you leave feedback.
21 [...]]]></description>
			<content:encoded><![CDATA[<p>Its that time of the week again. A time to send some really nice looking themes your way. I came across this post and I was blown away by some of the <strong>wordpress themes</strong> they had found so I thought, &#8220;yep i definitly have to let you guys know about them.&#8221; So here they are for your viewing pleasure and make sure you leave feedback.</p>
<p><a href="http://spyrestudios.com/21-amazing-free-wordpress-themes/" rel="nofollow" target="_blank">21 Amazing Free WordPress Themes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-themes/21-cool-and-amazing-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Basic WordPress Tips</title>
		<link>http://psdtowpconversion.com/wordpress-tips/a-few-basic-wordpress-tips</link>
		<comments>http://psdtowpconversion.com/wordpress-tips/a-few-basic-wordpress-tips#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:33:40 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2201</guid>
		<description><![CDATA[It never fails to amaze me how many times I get asked a very basic WordPress question. Its not a big deal, especially when it is coming from a novice user. I am always happy to point someone in the direction they need to go. However, when someone I consider a WordPress pro asks me a very basic question, it can be a little disheartening. [...]]]></description>
			<content:encoded><![CDATA[<p>It never fails to amaze me how many times I get asked a very basic WordPress question. Its not a big deal, especially when it is coming from a novice user. I am always happy to point someone in the direction they need to go. However, when someone I consider a WordPress pro asks me a very basic question, it can be a little disheartening. So if you consider yourself a WP guru and your still asking some basic questions, I came across a nice post from the boys and girls over at WPMU.org that will help you out.</p>
<p><a href="http://wpmu.org/11-top-wordpress-tips-from-the-wpmu-team/" rel="nofollow&quot;" target="_blank">11 Top WordPress Tips</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-tips/a-few-basic-wordpress-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash WordPress Themes</title>
		<link>http://psdtowpconversion.com/wordpress-themes/flash-wordpress-themes</link>
		<comments>http://psdtowpconversion.com/wordpress-themes/flash-wordpress-themes#comments</comments>
		<pubDate>Mon, 07 Nov 2011 13:00:52 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2197</guid>
		<description><![CDATA[I am not a big fan of anything that uses flash, unless its a game of some kind. In my opinion I see no real purpose of flash in building a web site. Thats the opinion I have always had and always will. And if your wondering, yes I know how to use flash. I did however see some really cool flash wordpress themes and [...]]]></description>
			<content:encoded><![CDATA[<p>I am not a big fan of anything that uses flash, unless its a game of some kind. In my opinion I see no real purpose of flash in building a web site. Thats the opinion I have always had and always will. And if your wondering, yes I know how to use flash. I did however see some really cool <strong>flash wordpress themes</strong> and thought I would share them with you. Enjoy!</p>
<p><a href="http://slodive.com/freebies/flash-wordpress-themes/" rel="nofollow" target="_blank">15 Awesome Flash WordPress Themes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-themes/flash-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips for September 2011</title>
		<link>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-september-2011</link>
		<comments>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-september-2011#comments</comments>
		<pubDate>Mon, 31 Oct 2011 13:46:22 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://psdtowpconversion.com/?p=2190</guid>
		<description><![CDATA[Came across some really nice WordPress Tips from September. This is one of the main reasons why I love WordPress &#8211; there is something to learn each and every single day.
So check out these tasty little tips, I am sure you will find something that will come in handy just like I did.
Best WordPress Tips and Tutorials of September 2011
]]></description>
			<content:encoded><![CDATA[<p>Came across some really nice <strong>WordPress Tips</strong> from September. This is one of the main reasons why I love WordPress &#8211; there is something to learn each and every single day.</p>
<p>So check out these tasty little tips, I am sure you will find something that will come in handy just like I did.</p>
<p><a href="http://www.queness.com/community-news/9706/best-wordpress-tips-and-tutorials-of-september-2011" rel="nofollow" target="_blank">Best WordPress Tips and Tutorials of September 2011</a></p>
]]></content:encoded>
			<wfw:commentRss>http://psdtowpconversion.com/wordpress-tips/wordpress-tips-for-september-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

