<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/tags</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 11:41:31 GMT</pubDate>
<item>
<title>(PHP) DCT stuff - webpolk</title>
<link>http://snipplr.com/view/64315/dct-stuff/</link>
<description><![CDATA[ <p>COMMENTS</p> ]]></description>
<pubDate>Tue, 03 Apr 2012 15:35:14 GMT</pubDate>
<guid>http://snipplr.com/view/64315/dct-stuff/</guid>
</item>
<item>
<title>(PHP) Conditional WordPress function to detect page templates when the page is used to display posts, not page content. - jamalorg</title>
<link>http://snipplr.com/view/58084/conditional-wordpress-function-to-detect-page-templates-when-the-page-is-used-to-display-posts-not-page-content/</link>
<description><![CDATA[ <p>`is_page_template()` returns false when the page in question was set to display blog posts via `Admin -> Settings -> Reading -> [Posts page]`. I've wasted few good hours figuring out what's going on, but finally, I've come up with this function which worked for me.

To use the conditional code, paste the code below in your theme's functions.php or in your plugin functions file and use it like this:

	if ( is_custom_page_template( 'template-name.php' ) ) {
		// do something
	}</p> ]]></description>
<pubDate>Mon, 22 Aug 2011 18:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/58084/conditional-wordpress-function-to-detect-page-templates-when-the-page-is-used-to-display-posts-not-page-content/</guid>
</item>
<item>
<title>(PHP) Tags zu Artikel ausgeben - Wordpress - kopfaction</title>
<link>http://snipplr.com/view/53203/tags-zu-artikel-ausgeben--wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 May 2011 00:54:32 GMT</pubDate>
<guid>http://snipplr.com/view/53203/tags-zu-artikel-ausgeben--wordpress/</guid>
</item>
<item>
<title>(PHP) Parse phrases from string - jenolan</title>
<link>http://snipplr.com/view/51197/parse-phrases-from-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Mar 2011 11:52:52 GMT</pubDate>
<guid>http://snipplr.com/view/51197/parse-phrases-from-string/</guid>
</item>
<item>
<title>(PHP) Remove tags from user input - johnpaulhayes</title>
<link>http://snipplr.com/view/48998/remove-tags-from-user-input/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Feb 2011 21:32:15 GMT</pubDate>
<guid>http://snipplr.com/view/48998/remove-tags-from-user-input/</guid>
</item>
<item>
<title>(PHP) MySQL Search/Category Filter - mattneary</title>
<link>http://snipplr.com/view/47702/mysql-searchcategory-filter/</link>
<description><![CDATA[ <p>I thought this was pretty elegant code and wanted to share it with anyone who found it useful.</p> ]]></description>
<pubDate>Sat, 22 Jan 2011 09:09:34 GMT</pubDate>
<guid>http://snipplr.com/view/47702/mysql-searchcategory-filter/</guid>
</item>
<item>
<title>(PHP) Display Wordpress tags as list items - nathanlong</title>
<link>http://snipplr.com/view/42373/display-wordpress-tags-as-list-items/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Oct 2010 03:13:24 GMT</pubDate>
<guid>http://snipplr.com/view/42373/display-wordpress-tags-as-list-items/</guid>
</item>
<item>
<title>(PHP) Wordpress - show top 10 tags by usage - daipratt</title>
<link>http://snipplr.com/view/40745/wordpress--show-top-10-tags-by-usage/</link>
<description><![CDATA[ <p>Show the top tags by usage.</p> ]]></description>
<pubDate>Sun, 19 Sep 2010 03:29:51 GMT</pubDate>
<guid>http://snipplr.com/view/40745/wordpress--show-top-10-tags-by-usage/</guid>
</item>
<item>
<title>(PHP) Wordpress Basic Tag Cloud - ryarwood</title>
<link>http://snipplr.com/view/37918/wordpress-basic-tag-cloud/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Jul 2010 03:01:40 GMT</pubDate>
<guid>http://snipplr.com/view/37918/wordpress-basic-tag-cloud/</guid>
</item>
<item>
<title>(PHP) WordPress : Posts by Tag (all tags considered) - ignacio</title>
<link>http://snipplr.com/view/29396/wordpress--posts-by-tag-all-tags-considered/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 07 Mar 2010 15:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/29396/wordpress--posts-by-tag-all-tags-considered/</guid>
</item>
<item>
<title>(PHP) Get all tags without HTML markup (no more tag clouds) - ignacio</title>
<link>http://snipplr.com/view/29395/get-all-tags-without-html-markup-no-more-tag-clouds/</link>
<description><![CDATA[ <p>There we go</p> ]]></description>
<pubDate>Sun, 07 Mar 2010 14:55:50 GMT</pubDate>
<guid>http://snipplr.com/view/29395/get-all-tags-without-html-markup-no-more-tag-clouds/</guid>
</item>
<item>
<title>(PHP) How to fix get_the_content() stripped tags in WordPress - Xtraboy</title>
<link>http://snipplr.com/view/28922/how-to-fix-getthecontent-stripped-tags-in-wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Feb 2010 13:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/28922/how-to-fix-getthecontent-stripped-tags-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Close unclosed tags - ginoplusio</title>
<link>http://snipplr.com/view/28876/close-unclosed-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Feb 2010 16:41:53 GMT</pubDate>
<guid>http://snipplr.com/view/28876/close-unclosed-tags/</guid>
</item>
<item>
<title>(PHP) Wordpress get_category_tags - johnandrewsroot</title>
<link>http://snipplr.com/view/28254/wordpress-getcategorytags/</link>
<description><![CDATA[ <p>Verified working for WP v2.9.1</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 15:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/28254/wordpress-getcategorytags/</guid>
</item>
<item>
<title>(PHP) make a tarball of only the changed directories in a git repos, since last tag. - berkes</title>
<link>http://snipplr.com/view/27536/make-a-tarball-of-only-the-changed-directories-in-a-git-repos-since-last-tag/</link>
<description><![CDATA[ <p>make a tarball of only the changed directories in a git repos, since last tag.
replace {tagname_last} with any name you siwh to give the tarball
replace {tagname_previous} with a git reference (like a tag) from which you want to zip the changes.</p> ]]></description>
<pubDate>Tue, 02 Feb 2010 02:26:20 GMT</pubDate>
<guid>http://snipplr.com/view/27536/make-a-tarball-of-only-the-changed-directories-in-a-git-repos-since-last-tag/</guid>
</item>
<item>
<title>(PHP) Tag cloud with rounded font sizes - maryann</title>
<link>http://snipplr.com/view/27384/tag-cloud-with-rounded-font-sizes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Jan 2010 13:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/27384/tag-cloud-with-rounded-font-sizes/</guid>
</item>
<item>
<title>(PHP) Get tags related to category - maryann</title>
<link>http://snipplr.com/view/27379/get-tags-related-to-category/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Jan 2010 13:33:35 GMT</pubDate>
<guid>http://snipplr.com/view/27379/get-tags-related-to-category/</guid>
</item>
<item>
<title>(PHP) cleanse html, js, style from form input - nerdfiles</title>
<link>http://snipplr.com/view/26013/cleanse-html-js-style-from-form-input/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jan 2010 10:35:22 GMT</pubDate>
<guid>http://snipplr.com/view/26013/cleanse-html-js-style-from-form-input/</guid>
</item>
<item>
<title>(PHP) Wordpress: List all Tags - visualadvance</title>
<link>http://snipplr.com/view/25930/wordpress-list-all-tags/</link>
<description><![CDATA[ <p>This is handy for listing out all the tags on your site.</p> ]]></description>
<pubDate>Mon, 04 Jan 2010 17:56:49 GMT</pubDate>
<guid>http://snipplr.com/view/25930/wordpress-list-all-tags/</guid>
</item>
<item>
<title>(PHP) WordPress Template Tags/get permalink - gabbo</title>
<link>http://snipplr.com/view/21953/wordpress-template-tagsget-permalink/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Oct 2009 06:29:10 GMT</pubDate>
<guid>http://snipplr.com/view/21953/wordpress-template-tagsget-permalink/</guid>
</item>
</channel>
</rss>