<?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>WordPressious &#187; Code</title>
	<atom:link href="http://www.wordpressious.com/category/articles/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressious.com</link>
	<description>WordPress Showcase WordPress WebSites Tips</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:46:30 +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>Get custom field outside the WordPress loop</title>
		<link>http://www.wordpressious.com/get-custom-field-outside-the-wordpress-loop/</link>
		<comments>http://www.wordpressious.com/get-custom-field-outside-the-wordpress-loop/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 15:48:32 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[WordPress Custom Fields]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=1127</guid>
		<description><![CDATA[<p>Do you want to get a <a title="WordPress Custom Fields" href="http://www.wordpressious.com/tag/wordpress-custom-fields/" target="_self"><strong>custom field</strong></a> outside the WordPress loop (e.g. in your sidebar) and you have no idea how? The following code snippet will help you do it.<br />
* Replace the 'customField' in the 4th line with the name of your custom &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/get-custom-field-outside-the-wordpress-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popular Posts in WordPress</title>
		<link>http://www.wordpressious.com/popular-posts-in-wordpress/</link>
		<comments>http://www.wordpressious.com/popular-posts-in-wordpress/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 07:50:49 +0000</pubDate>
		<dc:creator>Legolas</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Popular Posts]]></category>
		<category><![CDATA[WordPress Posts]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=699</guid>
		<description><![CDATA[<p>When you start working with WordPress on a new CMS site, it is clever to make your content visible to the audience with different ways. Here is a code hack, that can help you build a "Popular Posts" area.<br />
<code>&#60;h2&#62;Popular Posts&#60;/h2&#62;<br />
&#60;ul&#62;<br />
&#60;?php $result = </code>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/popular-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Simple Shortcode</title>
		<link>http://www.wordpressious.com/wordpress-creating-a-simple-shortcode/</link>
		<comments>http://www.wordpressious.com/wordpress-creating-a-simple-shortcode/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:03:57 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress Shortcodes]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=445</guid>
		<description><![CDATA[<p>WordPress shortcodes are actually very easy to create. If you know how to write a basic PHP function, then you already know how to create a WordPress shortcode. For our first shortcode, let’s create the well-known “Hello, World” message.</p>
<ol>
<li>Open the <em>functions.php</em> file in your </li>&#8230;</ol>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/wordpress-creating-a-simple-shortcode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8220;Send to Twitter&#8221; Button Without Using a Plugin</title>
		<link>http://www.wordpressious.com/wordpress-send-to-twitter-button-without-using-a-plugin/</link>
		<comments>http://www.wordpressious.com/wordpress-send-to-twitter-button-without-using-a-plugin/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:02:13 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[WordPress Shortcodes]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=450</guid>
		<description><![CDATA[<p>There are lots of plugins that let you insert a <strong>Send to Twitter</strong> button into your posts. If you don't want to use one or if you want to have the <strong>Send to Twitter</strong> button only in specific posts then you can make a shortcode &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/wordpress-send-to-twitter-button-without-using-a-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Alternating Comments Styles</title>
		<link>http://www.wordpressious.com/wordpress-alternating-comments-styles/</link>
		<comments>http://www.wordpressious.com/wordpress-alternating-comments-styles/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:51:17 +0000</pubDate>
		<dc:creator>Legolas</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[WordPress Alternating Comments]]></category>
		<category><![CDATA[WordPress Comments]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=396</guid>
		<description><![CDATA[<p>WordPress comments is probably one of the coolest features of WordPress. Our users can interact with our web site, giving us feedback for our articles. More importantly, many times when you go through comments, you can see some interesting conversations going on. Here is a &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/wordpress-alternating-comments-styles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Related Posts without using a Plugin</title>
		<link>http://www.wordpressious.com/wordpress-related-posts-without-plugin/</link>
		<comments>http://www.wordpressious.com/wordpress-related-posts-without-plugin/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:46:07 +0000</pubDate>
		<dc:creator>Legolas</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress Code]]></category>
		<category><![CDATA[WordPress Related Posts]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=371</guid>
		<description><![CDATA[<p>Related posts is one of the most used functions in WordPress. Even though there are some great plugins to achieve this, the best way is to use a function of your own to display the related posts. To do that, simply copy and paste the &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/wordpress-related-posts-without-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Include jQuery in your WordPress Theme</title>
		<link>http://www.wordpressious.com/include-jquery-wordpress-theme/</link>
		<comments>http://www.wordpressious.com/include-jquery-wordpress-theme/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:17:47 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jQuery and WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=363</guid>
		<description><![CDATA[<p>If you want to include jQuery in your WordPress Theme the best way to do it is the following. Add this code to the theme’s functions.php file:<br />
<code>if( !is_admin()){<br />
wp_deregister_script('jquery');<br />
wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"), false, '1.4.1');<br />
wp_enqueue_script('jquery');}</code><br />
Replace the URL with the location of what version of &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/include-jquery-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Display Recently Updated Posts/Pages</title>
		<link>http://www.wordpressious.com/display-recently-updated-postspages/</link>
		<comments>http://www.wordpressious.com/display-recently-updated-postspages/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:50:31 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Wordpress Code]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=137</guid>
		<description><![CDATA[<p>In order to display the recently updated posts/pages in your WordPress blog/website you can use the following code:<br />
<code>&#60;?php<br />
$today = current_time('mysql', 1);<br />
$howMany = 5; //Number of posts you want to display<br />
if ( $recentposts = $wpdb-&#62;get_results("SELECT ID, post_title FROM $wpdb-&#62;posts WHERE post_status = </code>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/display-recently-updated-postspages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Recent Posts</title>
		<link>http://www.wordpressious.com/display-recent-posts/</link>
		<comments>http://www.wordpressious.com/display-recent-posts/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 15:29:17 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Recent Posts]]></category>
		<category><![CDATA[Wordpress Code]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=126</guid>
		<description><![CDATA[<p>Display recent posts of your WordPress blog / website without using a plugin. Simply copy and paste the following code (change the number used in showposts=5 in order to get any number of recent posts you want). Here is the code you need:<br />
<code>&#60;?php query_posts('showposts=5'); </code>&#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/display-recent-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Are Shortcodes?</title>
		<link>http://www.wordpressious.com/mastering-wordpress-shortcodes/</link>
		<comments>http://www.wordpressious.com/mastering-wordpress-shortcodes/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:48:35 +0000</pubDate>
		<dc:creator>Galadriel</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Shortcodes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wordpressious.com/?p=26</guid>
		<description><![CDATA[<p>Introduced in WordPress 2.5, shortcodes are powerful but still yet quite unknown WordPress functions. Imagine you could just type "adsense" to display an AdSense ad or "post_count" to instantly find out the number of posts on your blog.</p>
<p>WordPress shortcodes can do this and more &#8230;</p>]]></description>
		<wfw:commentRss>http://www.wordpressious.com/mastering-wordpress-shortcodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

