<?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/plugin</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 08:37:21 GMT</pubDate>
<item>
<title>(PHP) Custom Page Templates in a WordPress Plugin - bitsculptor</title>
<link>http://snipplr.com/view/71257/custom-page-templates-in-a-wordpress-plugin/</link>
<description><![CDATA[ <p>This allows you to create a custom page template in your plugin. Say your plugin creates a custom post type and you want to override the standard archives page template to display your custom post type in a special way. You could achieve this by creating a custom template for your post type and using this code to display that template when appropriate.</p> ]]></description>
<pubDate>Wed, 22 May 2013 01:34:35 GMT</pubDate>
<guid>http://snipplr.com/view/71257/custom-page-templates-in-a-wordpress-plugin/</guid>
</item>
<item>
<title>(PHP) WordPress Widget: Display Single Post - chasecrawford</title>
<link>http://snipplr.com/view/70247/wordpress-widget-display-single-post/</link>
<description><![CDATA[ <p>A simple widget for displaying a single post in a dynamic sidebar.  Originally developed to accommodate a WP user who wanted full control of which posts were displayed and what order they were on a certain page.</p> ]]></description>
<pubDate>Tue, 05 Mar 2013 04:01:14 GMT</pubDate>
<guid>http://snipplr.com/view/70247/wordpress-widget-display-single-post/</guid>
</item>
<item>
<title>(PHP) Intergrating the wordpress media uploader into your plugin - FatFolderDesigner</title>
<link>http://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin/</link>
<description><![CDATA[ <p>It's a 3 part process, first is the PHP that you need to run, which includes the appropriate scripts and styles into the admin header, then you need an html button and input field to put the stored value in, then you need some jQuery to open the popup and get the appropriate information from it (then close it again).

There more information on implementation at the URL.</p> ]]></description>
<pubDate>Sun, 21 Oct 2012 08:29:36 GMT</pubDate>
<guid>http://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin/</guid>
</item>
<item>
<title>(PHP) Meteor Slides : WordPress Plugin : Adding Excerpt for Slides - crypticsoft</title>
<link>http://snipplr.com/view/65267/meteor-slides--wordpress-plugin--adding-excerpt-for-slides/</link>
<description><![CDATA[ <p>For when you really just need a short description field along with a title for your slideshows. Just drop this into the functions.php and meteor-slideshow.php in the theme folder.</p> ]]></description>
<pubDate>Wed, 30 May 2012 08:10:43 GMT</pubDate>
<guid>http://snipplr.com/view/65267/meteor-slides--wordpress-plugin--adding-excerpt-for-slides/</guid>
</item>
<item>
<title>(PHP) Indexhibit accordion menu v2 - G470</title>
<link>http://snipplr.com/view/64556/indexhibit-accordion-menu-v2/</link>
<description><![CDATA[ <p>Toggle section titles</p> ]]></description>
<pubDate>Sun, 15 Apr 2012 00:56:03 GMT</pubDate>
<guid>http://snipplr.com/view/64556/indexhibit-accordion-menu-v2/</guid>
</item>
<item>
<title>(PHP) Indexhibit Fullscreen Css Background - G470</title>
<link>http://snipplr.com/view/64555/indexhibit-fullscreen-css-background/</link>
<description><![CDATA[ <p>Use this code to call the Plugin: 
</p> ]]></description>
<pubDate>Sun, 15 Apr 2012 00:51:22 GMT</pubDate>
<guid>http://snipplr.com/view/64555/indexhibit-fullscreen-css-background/</guid>
</item>
<item>
<title>(PHP) Wordpress Redirects with wp_redirect() - FatFolderDesigner</title>
<link>http://snipplr.com/view/64365/wordpress-redirects-with-wpredirect/</link>
<description><![CDATA[ <p>This needs to be run on an action, or at least I wanted able to get it to run outside of an action, I suggest template_redirect. More information at the link.</p> ]]></description>
<pubDate>Thu, 05 Apr 2012 14:02:57 GMT</pubDate>
<guid>http://snipplr.com/view/64365/wordpress-redirects-with-wpredirect/</guid>
</item>
<item>
<title>(PHP) Latest posts by current author widget plugin for Wordpress 3+ - certainlyakey</title>
<link>http://snipplr.com/view/64281/latest-posts-by-current-author-widget-plugin-for-wordpress-3/</link>
<description><![CDATA[ <p>Displays latest posts by current author (place it within the loop). Adapted from code from [here](http://www.wpbeginner.com/wp-tutorials/how-to-display-related-posts-by-same-author-in-wordpress/) and a tutorial [here](http://www.makeuseof.com/tag/how-to-create-wordpress-widgets/)</p> ]]></description>
<pubDate>Mon, 02 Apr 2012 02:01:24 GMT</pubDate>
<guid>http://snipplr.com/view/64281/latest-posts-by-current-author-widget-plugin-for-wordpress-3/</guid>
</item>
<item>
<title>(PHP) Indexhibit nextlink - G470</title>
<link>http://snipplr.com/view/61913/indexhibit-nextlink/</link>
<description><![CDATA[ <p>Save this as plugin.nextlink.php to your ndxz-studio/site/plugin folder. Call the Plugin where you need it: &amp;lt;plug:nextlink /&amp;gt;

Original by "gd" http://www.indexhibit.org/forum/thread/7879/</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 20:04:14 GMT</pubDate>
<guid>http://snipplr.com/view/61913/indexhibit-nextlink/</guid>
</item>
<item>
<title>(PHP) NexGen Gallery - Remove "Show Slideshow" link - xcsteve99</title>
<link>http://snipplr.com/view/56887/nexgen-gallery--remove-show-slideshow-link/</link>
<description><![CDATA[ <p>n nextgen-gallery/view/gallery.php, find these lines. Either comment out or remove.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 07:14:08 GMT</pubDate>
<guid>http://snipplr.com/view/56887/nexgen-gallery--remove-show-slideshow-link/</guid>
</item>
<item>
<title>(PHP) WordPress Plugin Header - jschultz76</title>
<link>http://snipplr.com/view/54539/wordpress-plugin-header/</link>
<description><![CDATA[ <p>The code below should go at the top of the plugin's main file. This lets WordPress know that it is a plugin and what it is called, as well as other details.</p> ]]></description>
<pubDate>Sat, 28 May 2011 07:04:37 GMT</pubDate>
<guid>http://snipplr.com/view/54539/wordpress-plugin-header/</guid>
</item>
<item>
<title>(PHP) Use Fluid standalone - pogosheep</title>
<link>http://snipplr.com/view/54376/use-fluid-standalone/</link>
<description><![CDATA[ <p>You can use fluid for example in oldschool plugins without using extbase.</p> ]]></description>
<pubDate>Wed, 25 May 2011 21:06:48 GMT</pubDate>
<guid>http://snipplr.com/view/54376/use-fluid-standalone/</guid>
</item>
<item>
<title>(PHP) backstretch for indexhibit - orionrush</title>
<link>http://snipplr.com/view/51352/backstretch-for-indexhibit/</link>
<description><![CDATA[ <p>This is a jquery full screen background image plugin for indexhibit using 
http://srobbin.com/jquery-plugins/jquery-backstretch/</p> ]]></description>
<pubDate>Thu, 31 Mar 2011 03:14:47 GMT</pubDate>
<guid>http://snipplr.com/view/51352/backstretch-for-indexhibit/</guid>
</item>
<item>
<title>(PHP) Remove CSS, JS and/or Dashboard Widget from WP Geo WordPress plugin - mindshare</title>
<link>http://snipplr.com/view/50417/remove-css-js-andor-dashboard-widget-from-wp-geo-wordpress-plugin/</link>
<description><![CDATA[ <p>Here are a couple of snippets for removing the CSS, JS,  and Dashboard widget created by the WP Geo plugin. I love this plugin but often only use it as a simple way to embed geo data on posts and don't actually need it to generate maps.</p> ]]></description>
<pubDate>Thu, 10 Mar 2011 05:22:46 GMT</pubDate>
<guid>http://snipplr.com/view/50417/remove-css-js-andor-dashboard-widget-from-wp-geo-wordpress-plugin/</guid>
</item>
<item>
<title>(PHP) Wordpress - Remove pesky plugin jquery - mesh606</title>
<link>http://snipplr.com/view/50062/wordpress--remove-pesky-plugin-jquery/</link>
<description><![CDATA[ <p>get rid of plugins that add jquery without killing the admin</p> ]]></description>
<pubDate>Sat, 05 Mar 2011 02:14:10 GMT</pubDate>
<guid>http://snipplr.com/view/50062/wordpress--remove-pesky-plugin-jquery/</guid>
</item>
<item>
<title>(PHP) Wordpress Simple Fields Plugin - Show Repeatable Region - mesh606</title>
<link>http://snipplr.com/view/50053/wordpress-simple-fields-plugin--show-repeatable-region/</link>
<description><![CDATA[ <p>Dispaly a repeatable region using the Simple Fields wordpress plugin.</p> ]]></description>
<pubDate>Fri, 04 Mar 2011 23:01:40 GMT</pubDate>
<guid>http://snipplr.com/view/50053/wordpress-simple-fields-plugin--show-repeatable-region/</guid>
</item>
<item>
<title>(PHP) Wordpress Simple Fields Plugin - Show Images - mesh606</title>
<link>http://snipplr.com/view/50052/wordpress-simple-fields-plugin--show-images/</link>
<description><![CDATA[ <p>Bring in a file / image to your wp template</p> ]]></description>
<pubDate>Fri, 04 Mar 2011 22:59:29 GMT</pubDate>
<guid>http://snipplr.com/view/50052/wordpress-simple-fields-plugin--show-images/</guid>
</item>
<item>
<title>(PHP) myCategoryOrder Custom Taxonomy mod - Ijaas</title>
<link>http://snipplr.com/view/48599/mycategoryorder-custom-taxonomy-mod/</link>
<description><![CDATA[ <p>replaced taxonomy = 'category' with taxonomy = '".myTAXONOMY."'
add lines 51, 52, 93 - 123</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 18:54:27 GMT</pubDate>
<guid>http://snipplr.com/view/48599/mycategoryorder-custom-taxonomy-mod/</guid>
</item>
<item>
<title>(PHP) Joomla affiliate register plugin - jurajsim</title>
<link>http://snipplr.com/view/47847/joomla-affiliate-register-plugin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Jan 2011 21:57:37 GMT</pubDate>
<guid>http://snipplr.com/view/47847/joomla-affiliate-register-plugin/</guid>
</item>
<item>
<title>(PHP) Wordpress random posts - DanielPaul</title>
<link>http://snipplr.com/view/39103/wordpress-random-posts/</link>
<description><![CDATA[ <p>Display random posts without a plugin</p> ]]></description>
<pubDate>Mon, 16 Aug 2010 03:50:41 GMT</pubDate>
<guid>http://snipplr.com/view/39103/wordpress-random-posts/</guid>
</item>
</channel>
</rss>