<?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>Design Code Execute &#187; Wordpress Functions</title>
	<atom:link href="http://www.designcodeexecute.com/category/wordpress-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designcodeexecute.com</link>
	<description>Design Tips, Tricks, Hacks for Web Development, Windows and OS X</description>
	<lastBuildDate>Mon, 28 Nov 2011 20:42:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Display WordPress Post Number on Single Page with post ID</title>
		<link>http://www.designcodeexecute.com/2008/02/26/display-wordpress-post-number-on-single-page-with-post-id/</link>
		<comments>http://www.designcodeexecute.com/2008/02/26/display-wordpress-post-number-on-single-page-with-post-id/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 23:41:13 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Functions]]></category>
		<category><![CDATA[display page number]]></category>
		<category><![CDATA[single page number]]></category>
		<category><![CDATA[Wordpress function]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2008/02/26/display-wordpress-post-number-on-single-page-with-post-id/</guid>
		<description><![CDATA[You can see it work throughout this wordpress blog, to the right you see DCE Article 94. Notice you can select the number as text. The number is pulled from the post on every single page by placing this line of code in your wordpress single.php template page. &#60;?php the_ID(); ?&#62; Note: When using this [...]]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2008/02/26/display-wordpress-post-number-on-single-page-with-post-id/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>List 10 Most Recent Posts in WordPress Sidebar</title>
		<link>http://www.designcodeexecute.com/2007/12/17/list-10-most-recent-posts-in-wordpress-sidebar/</link>
		<comments>http://www.designcodeexecute.com/2007/12/17/list-10-most-recent-posts-in-wordpress-sidebar/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 20:49:30 +0000</pubDate>
		<dc:creator>ardeay</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress Functions]]></category>

		<guid isPermaLink="false">http://www.designcodeexecute.com/2007/12/17/list-10-most-recent-posts-in-wordpress-sidebar/</guid>
		<description><![CDATA[No plugin needed, you can list however many recent posts by title using the wp_get_archives function. Insert this code into your sidebar.php &#60;ul&#62; &#60;?php wp_get_archives(’type=postbypost&#38;limit=10&#8242;); ?&#62; &#60;/ul&#62; The limit can be adjust to any number of posts.]]></description>
		<wfw:commentRss>http://www.designcodeexecute.com/2007/12/17/list-10-most-recent-posts-in-wordpress-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

