<?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>WordPress Theme Mods &#187; The Links</title>
	<atom:link href="http://wpthememods.com/category/links/feed" rel="self" type="application/rss+xml" />
	<link>http://wpthememods.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 06 Jun 2011 22:56:23 +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>Re-direct for Login Page</title>
		<link>http://wpthememods.com/links/word-press-code-snippetstutorials/re-direct-for-login-page.html</link>
		<comments>http://wpthememods.com/links/word-press-code-snippetstutorials/re-direct-for-login-page.html#comments</comments>
		<pubDate>Mon, 06 Jun 2011 22:56:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Word Press Code Snippets/Tutorials]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=671</guid>
		<description><![CDATA[function possibly_redirect(){ global $pagenow; if( &#8216;wp-login.php&#8217; == $pagenow ) { wp_redirect(&#8216;devsite/login/&#8217;); exit(); } }]]></description>
			<content:encoded><![CDATA[<p>function possibly_redirect(){<br />
 global $pagenow;<br />
 if( &#8216;wp-login.php&#8217; == $pagenow ) {<br />
  wp_redirect(&#8216;devsite/login/&#8217;);<br />
  exit();<br />
 }<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/word-press-code-snippetstutorials/re-direct-for-login-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resize a layer in Photoshop</title>
		<link>http://wpthememods.com/links/general-web-design-links/resize-a-layer-in-photoshop.html</link>
		<comments>http://wpthememods.com/links/general-web-design-links/resize-a-layer-in-photoshop.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Web Design]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=662</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/general-web-design-links/resize-a-layer-in-photoshop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Center a Layer in Photoshop</title>
		<link>http://wpthememods.com/links/general-web-design-links/how-to-center-a-layer-in-photoshop.html</link>
		<comments>http://wpthememods.com/links/general-web-design-links/how-to-center-a-layer-in-photoshop.html#comments</comments>
		<pubDate>Sat, 26 Mar 2011 14:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General Web Design]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=660</guid>
		<description><![CDATA[How To Center a Layer in Photoshop]]></description>
			<content:encoded><![CDATA[<p>How To Center a Layer in Photoshop</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/general-web-design-links/how-to-center-a-layer-in-photoshop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Cloud Front with JW Player Support</title>
		<link>http://wpthememods.com/links/wordpress-and-jquery-links/setting-up-cloud-front-with-jw-player-support.html</link>
		<comments>http://wpthememods.com/links/wordpress-and-jquery-links/setting-up-cloud-front-with-jw-player-support.html#comments</comments>
		<pubDate>Sun, 06 Feb 2011 23:09:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Word Press Code Snippets/Tutorials]]></category>
		<category><![CDATA[WordPress Plugins]]></category>
		<category><![CDATA[WordPress and JQuery]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=656</guid>
		<description><![CDATA[1.  Create an Amazon Web Services account 2.  Create Amazon S3 Account 3.  Create Amazon CloudFront Account 4.  Create an S3 bucket 5.  Link Cloud Front Distribution to S3 bucket 6. Create login in an FTP that supports Amazon S3 7. Upload video to S3 8.  Insert video in post using jwplayer shortcode]]></description>
			<content:encoded><![CDATA[<p>1.  Create an <a href="http://aws.amazon.com/">Amazon Web Services</a> account</p>
<p>2.  Create Amazon S3 Account</p>
<p>3.  Create Amazon CloudFront Account</p>
<p>4.  Create an S3 bucket</p>
<p>5.  Link Cloud Front Distribution to S3 bucket</p>
<p>6. Create login in an FTP that supports Amazon S3</p>
<p>7. Upload video to S3</p>
<p>8.  Insert video in post using jwplayer shortcode</p>
<div>
<div>
<p></p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/wordpress-and-jquery-links/setting-up-cloud-front-with-jw-player-support.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Widget Logic</title>
		<link>http://wpthememods.com/links/wordpress-plugins-links/using-widget-logic.html</link>
		<comments>http://wpthememods.com/links/wordpress-plugins-links/using-widget-logic.html#comments</comments>
		<pubDate>Tue, 18 Jan 2011 04:44:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=654</guid>
		<description><![CDATA[Widget Logic]]></description>
			<content:encoded><![CDATA[Widget Logic]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/wordpress-plugins-links/using-widget-logic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Show related posts</title>
		<link>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-show-related-posts.html</link>
		<comments>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-show-related-posts.html#comments</comments>
		<pubDate>Tue, 02 Nov 2010 03:30:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Word Press Code Snippets/Tutorials]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=652</guid>
		<description><![CDATA[How to  Show related posts without a plugin]]></description>
			<content:encoded><![CDATA[How to  Show related posts without a plugin]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-show-related-posts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to List Recent Posts from One Category</title>
		<link>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-list-recent-posts-from-one-category.html</link>
		<comments>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-list-recent-posts-from-one-category.html#comments</comments>
		<pubDate>Sat, 30 Oct 2010 18:36:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Word Press Code Snippets/Tutorials]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=650</guid>
		<description><![CDATA[How to List Recent Posts from One Category]]></description>
			<content:encoded><![CDATA[How to List Recent Posts from One Category]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/word-press-code-snippetstutorials/how-to-list-recent-posts-from-one-category.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Post Title Outside The Loop</title>
		<link>http://wpthememods.com/links/wordpress-development/wordpress-snippets/how-to-get-post-title-outside-the-loop.html</link>
		<comments>http://wpthememods.com/links/wordpress-development/wordpress-snippets/how-to-get-post-title-outside-the-loop.html#comments</comments>
		<pubDate>Fri, 29 Oct 2010 21:05:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Code Snippets]]></category>
		<category><![CDATA[basics]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=648</guid>
		<description><![CDATA[How to Get Post Title Outside The Loop]]></description>
			<content:encoded><![CDATA[How to Get Post Title Outside The Loop]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/wordpress-development/wordpress-snippets/how-to-get-post-title-outside-the-loop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Multiple Headers</title>
		<link>http://wpthememods.com/links/wordpress-development/using-multiple-headers.html</link>
		<comments>http://wpthememods.com/links/wordpress-development/using-multiple-headers.html#comments</comments>
		<pubDate>Fri, 29 Oct 2010 03:04:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=646</guid>
		<description><![CDATA[Creating Multiple Header Files In WordPress]]></description>
			<content:encoded><![CDATA[Creating Multiple Header Files In WordPress]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/wordpress-development/using-multiple-headers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Widget Customization</title>
		<link>http://wpthememods.com/links/wordpress-development/wordpress-widget-customization.html</link>
		<comments>http://wpthememods.com/links/wordpress-development/wordpress-widget-customization.html#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:14:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Development]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wpthememods.com/?p=644</guid>
		<description><![CDATA[Add widgeted areas and other cool things with widgets]]></description>
			<content:encoded><![CDATA[Add widgeted areas and other cool things with widgets]]></content:encoded>
			<wfw:commentRss>http://wpthememods.com/links/wordpress-development/wordpress-widget-customization.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

