<?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 site design and development, plugins, code ideas, template tags and css resources for bloggers</description>
	<lastBuildDate>Fri, 30 Dec 2011 01:08:35 +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>WordPress &#8211; List all image sizes in Media Uploader</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-list-all-image-sizes-in-media-uploader/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/wordpress-list-all-image-sizes-in-media-uploader/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:32:06 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[add_image_size()]]></category>
		<category><![CDATA[image_size_names_choose]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=3031</guid>
		<description><![CDATA[A handy code snippet to show how to use the new WordPress 3.3 image_size_names_choose filter to display all image sizes (ie those created by add_image_size() as well as the default image sizes) in the Media Uploader.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/wordpress-list-all-image-sizes-in-media-uploader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remove WordPress default media image sizes</title>
		<link>http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 17:26:29 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[Feature]]></category>
		<category><![CDATA[add_image_size()]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=3006</guid>
		<description><![CDATA[A follow up to my add_image_size() demo article, showing you how to stop WordPress from automatically creating all or any of the default image sizes (thumbnail, medium, large) during the media upload process.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/remove-wordpress-defaultmedia-image-sizes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress $current_screen variable for admin screens</title>
		<link>http://www.studiograsshopper.ch/code-snippets/wordpress-current_screen-variable-admin-screens/</link>
		<comments>http://www.studiograsshopper.ch/code-snippets/wordpress-current_screen-variable-admin-screens/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 18:49:17 +0000</pubDate>
		<dc:creator>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[$current_screen]]></category>
		<category><![CDATA[dev code]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.studiograsshopper.ch/?p=2834</guid>
		<description><![CDATA[The $current_screen global variable contains information useful for plugin and theme authors to find out which WordPress file is generating the current admin screen. This article gives an overview of the $current_screen variable and how to access it.]]></description>
		<wfw:commentRss>http://www.studiograsshopper.ch/code-snippets/wordpress-current_screen-variable-admin-screens/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>Ade</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>10</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>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[contextual_help]]></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>5</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>Ade</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>51</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>4</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>Ade</dc:creator>
				<category><![CDATA[Code snippets]]></category>
		<category><![CDATA[contextual_help]]></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>3</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>11</slash:comments>
		</item>
	</channel>
</rss>

