<?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>studiograsshopper &#187; Code snippets</title>
	<atom:link href="http://www.studiograsshopper.ch/section/code-snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studiograsshopper.ch</link>
	<description>Wordpress development, plugins, code ideas and babycakes*</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:14:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Customising the_excerpt</title>
		<link>http://www.studiograsshopper.ch/code-snippets/customising-the_excerpt/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/customising-the_excerpt/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 08:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2443</guid>
		<description><![CDATA[How to add "read more" links and change the length of the text generated by the_excerpt() Wordpress function. Examples for both Auto and Manual excerpts.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/customising-the_excerpt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 action hook contextual_help</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2364</guid>
		<description><![CDATA[Here's an update to the previous article on adding contextual help to Wordpress plugin options/settings pages, which describes how to maintain compatibility with the new $screen object in Wordpress 3.0.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/wordpress-3-0-action-hook-contextual_help/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dynamic category menu highlighting for single posts</title>
		<link>http://www.studiograsshopper.ch/code-snippets/dynamic-category-menu-highlighting-for-single-posts/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/dynamic-category-menu-highlighting-for-single-posts/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 19:58:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2204</guid>
		<description><![CDATA[A tutorial to show how to implement dynamic menu highlighting of Wordpress category menus when viewing single post pages.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/dynamic-category-menu-highlighting-for-single-posts/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Limiting WordPress Post Revisions</title>
		<link>http://www.studiograsshopper.ch/code-snippets/limiting-wordpress-post-revisions/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/limiting-wordpress-post-revisions/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:03:43 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2114</guid>
		<description><![CDATA[How to limit the number of Post Revisions automatically saved by Wordpress, or suppress them altogether, together with how to delete existing Post Revisions from the Wordpress database.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/limiting-wordpress-post-revisions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress action hook contextual_help</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-action-hook-contextual-help/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/wordpress-action-hook-contextual-help/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:38:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1797</guid>
		<description><![CDATA[How to use the Wordpress Action hook "contextual_help" to add useful Help or other notes to a plugin's Settings page. Although of greatest use for plugin developers, it could also be used by theme developers to add additional Help info to customised Post/Page Edit screens.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/wordpress-action-hook-contextual-help/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Editor &#8211; disabling wpautop()</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-editor-disabling-wpautop/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/wordpress-editor-disabling-wpautop/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 02:14:05 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1696</guid>
		<description><![CDATA[How to disable wpautop() and take control of your paragraph and line-break tags when using the Wordpress Post/Page Editor.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/wordpress-editor-disabling-wpautop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open comment author link in new window</title>
		<link>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 20:53:33 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1373</guid>
		<description><![CDATA[How to modify the Wordpress comment author link to open the link in a new window. A short tutorial.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/open-comment-author-link-in-new-window/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Customising wp_list_comments()</title>
		<link>http://www.studiograsshopper.ch/code-snippets/customising-wp_list_comments/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/customising-wp_list_comments/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 23:07:33 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1239</guid>
		<description><![CDATA[How to use custom callback functions to customise the output of wp_list_comments() Wordpress template tag in order to display Trackbacks and Pings differently to normal comments. ]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/customising-wp_list_comments/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>How to use phpinfo() with a phpinfo.php file</title>
		<link>http://www.studiograsshopper.ch/code-snippets/how-to-use-phpinfo/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/how-to-use-phpinfo/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:50:09 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1105</guid>
		<description><![CDATA[How to make a phpinfo.php file to check your server configuration settings.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/how-to-use-phpinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Category description with multiple categories and get_the_category()</title>
		<link>http://www.studiograsshopper.ch/code-snippets/category-description-with-multiple-categories-and-get_the_category/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/category-description-with-multiple-categories-and-get_the_category/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 21:50:29 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=1045</guid>
		<description><![CDATA[A tutorial on how to use the Wordpress get_the_category() function to display the category name and description even if the post is assigned to more than one category. ]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/category-description-with-multiple-categories-and-get_the_category/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
