<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - selfmadepsyche</title>
<link>http://snipplr.com/users/selfmadepsyche/tags/wordpress</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 16:38:00 GMT</pubDate>
<item>
<title>(PHP) Loading Javascript Libraries in Wordpress generated page</title>
<link>http://snipplr.com/view/12314/loading-javascript-libraries-in-wordpress-generated-page/</link>
<description><![CDATA[ <p>Load jQuery into WordPress generated pages, the wp_enqueue_script function can be used in plugins as well. OR Add and load a new script that depends on jQuery (this will also cause it to load jQuery into the page as well).</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 16:16:15 GMT</pubDate>
<guid>http://snipplr.com/view/12314/loading-javascript-libraries-in-wordpress-generated-page/</guid>
</item>
<item>
<title>(PHP) Exclude Categories from RSS Feed</title>
<link>http://snipplr.com/view/12313/exclude-categories-from-rss-feed/</link>
<description><![CDATA[ <p>Get the numeric ID of the category you want to exclude and edit the functions.php file in your theme.
Code explanation. This hack works exactly the same way as the previous one: create a custom function to exclude the category that you don’t want to appear in your RSS feed, and then use the super-useful add_filter() function to apply it to the pre_get_posts() WordPress core function.</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 16:07:29 GMT</pubDate>
<guid>http://snipplr.com/view/12313/exclude-categories-from-rss-feed/</guid>
</item>
<item>
<title>(PHP) How to Wigetize a Wordpress Theme</title>
<link>http://snipplr.com/view/12295/how-to-wigetize-a-wordpress-theme/</link>
<description><![CDATA[ <p>Edit functions.php and sidebar.php</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 11:00:33 GMT</pubDate>
<guid>http://snipplr.com/view/12295/how-to-wigetize-a-wordpress-theme/</guid>
</item>
<item>
<title>(PHP) Display Most Recent Twitter Entry</title>
<link>http://snipplr.com/view/12293/display-most-recent-twitter-entry/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:39:27 GMT</pubDate>
<guid>http://snipplr.com/view/12293/display-most-recent-twitter-entry/</guid>
</item>
<item>
<title>(PHP) Display an External RSS Feed</title>
<link>http://snipplr.com/view/12292/display-an-external-rss-feed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:38:42 GMT</pubDate>
<guid>http://snipplr.com/view/12292/display-an-external-rss-feed/</guid>
</item>
<item>
<title>(PHP) Dynamic Title Tags</title>
<link>http://snipplr.com/view/12291/dynamic-title-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:38:14 GMT</pubDate>
<guid>http://snipplr.com/view/12291/dynamic-title-tags/</guid>
</item>
<item>
<title>(PHP) Display WordPress Tags or Tag Cloud</title>
<link>http://snipplr.com/view/12290/display-wordpress-tags-or-tag-cloud/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:37:41 GMT</pubDate>
<guid>http://snipplr.com/view/12290/display-wordpress-tags-or-tag-cloud/</guid>
</item>
<item>
<title>(PHP) Display Blogroll Links</title>
<link>http://snipplr.com/view/12289/display-blogroll-links/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:36:59 GMT</pubDate>
<guid>http://snipplr.com/view/12289/display-blogroll-links/</guid>
</item>
<item>
<title>(PHP) Display Gravatars (WordPress 2.5+ Only)</title>
<link>http://snipplr.com/view/12288/display-gravatars-wordpress-25-only/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:36:37 GMT</pubDate>
<guid>http://snipplr.com/view/12288/display-gravatars-wordpress-25-only/</guid>
</item>
<item>
<title>(PHP) Display Archives Normally or in a Drop-Down Box</title>
<link>http://snipplr.com/view/12287/display-archives-normally-or-in-a-dropdown-box/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:36:08 GMT</pubDate>
<guid>http://snipplr.com/view/12287/display-archives-normally-or-in-a-dropdown-box/</guid>
</item>
<item>
<title>(PHP) Display Categories Normally or in Drop-Down Box</title>
<link>http://snipplr.com/view/12286/display-categories-normally-or-in-dropdown-box/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:35:19 GMT</pubDate>
<guid>http://snipplr.com/view/12286/display-categories-normally-or-in-dropdown-box/</guid>
</item>
<item>
<title>(PHP) Display Recent Comments</title>
<link>http://snipplr.com/view/12285/display-recent-comments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:33:44 GMT</pubDate>
<guid>http://snipplr.com/view/12285/display-recent-comments/</guid>
</item>
<item>
<title>(PHP) Display Recently Updated Posts/Pages</title>
<link>http://snipplr.com/view/12284/display-recently-updated-postspages/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:33:40 GMT</pubDate>
<guid>http://snipplr.com/view/12284/display-recently-updated-postspages/</guid>
</item>
<item>
<title>(PHP) Display Recent Posts</title>
<link>http://snipplr.com/view/12283/display-recent-posts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:33:35 GMT</pubDate>
<guid>http://snipplr.com/view/12283/display-recent-posts/</guid>
</item>
<item>
<title>(PHP) How To Add Gravatars For The Post Author in WordPress</title>
<link>http://snipplr.com/view/12282/how-to-add-gravatars-for-the-post-author-in-wordpress/</link>
<description><![CDATA[ <p>get_the_author_email outputs the post author’s email and the “80” is the size of the avatar image in pixels &amp; it has to be in the loop!</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:23:00 GMT</pubDate>
<guid>http://snipplr.com/view/12282/how-to-add-gravatars-for-the-post-author-in-wordpress/</guid>
</item>
<item>
<title>(PHP) Showing A Last Modified Date on Your WordPress Posts</title>
<link>http://snipplr.com/view/12281/showing-a-last-modified-date-on-your-wordpress-posts/</link>
<description><![CDATA[ <p>If you run a blog where posts are regularly updated, you may want to consider updating your post meta data to also reflect the last modified date when applicable, rather than showing just the original posting date.</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:17:52 GMT</pubDate>
<guid>http://snipplr.com/view/12281/showing-a-last-modified-date-on-your-wordpress-posts/</guid>
</item>
<item>
<title>(PHP) Separate WordPress Comments and Trackbacks</title>
<link>http://snipplr.com/view/12280/separate-wordpress-comments-and-trackbacks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:16:09 GMT</pubDate>
<guid>http://snipplr.com/view/12280/separate-wordpress-comments-and-trackbacks/</guid>
</item>
<item>
<title>(HTML) Setting Up Auto-Discovery for Your WordPress Feeds</title>
<link>http://snipplr.com/view/12279/setting-up-autodiscovery-for-your-wordpress-feeds/</link>
<description><![CDATA[ <p>Add to header.php</p> ]]></description>
<pubDate>Tue, 17 Feb 2009 10:11:45 GMT</pubDate>
<guid>http://snipplr.com/view/12279/setting-up-autodiscovery-for-your-wordpress-feeds/</guid>
</item>
<item>
<title>(PHP) Display the most commented posts</title>
<link>http://snipplr.com/view/12046/display-the-most-commented-posts/</link>
<description><![CDATA[ <p>To display a list of your 10 most commented posts from 2008, simply paste the following code on your blog sidebar, or anywhere on your theme.</p> ]]></description>
<pubDate>Mon, 09 Feb 2009 15:57:54 GMT</pubDate>
<guid>http://snipplr.com/view/12046/display-the-most-commented-posts/</guid>
</item>
</channel>
</rss>