<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 08:14:15 +0000</lastBuildDate>
    <item>
      <title>(PHP) Magento Theme Switcher Extension - magestore</title>
      <link>https://snipplr.com/view/80555/magento-theme-switcher-extension</link>
      <description>&lt;p&gt;Theme Switcher is a free Magento Extension that lets store owner display different themes based upon customer's devices&#13;
&lt;p&gt;_ Auto-switch store layout based on access devices&lt;/p&gt;&#13;
&lt;p&gt;_ Manage themes in back-end&lt;/p&gt;&#13;
&lt;p&gt;_ Support computer, mobile, tablet devices&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:06:45 UTC</pubDate>
      <guid>https://snipplr.com/view/80555/magento-theme-switcher-extension</guid>
    </item>
    <item>
      <title>(Objective C) Refresh UIAppearance after application loaded - Nibli</title>
      <link>https://snipplr.com/view/75259/refresh-uiappearance-after-application-loaded</link>
      <description>&lt;p&gt;This snippet shows you how to reload the UIAppearance of an application after changes made on the proxies. This is required because iOS nativaly only load appearance proxies on "applicationDidFinishLaunching".&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jul 2014 22:21:34 UTC</pubDate>
      <guid>https://snipplr.com/view/75259/refresh-uiappearance-after-application-loaded</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Custom Widget Area - JamesAbels</title>
      <link>https://snipplr.com/view/74708/wordpress-custom-widget-area</link>
      <description>&lt;p&gt;A custom widget area for wordpress.&lt;/p&gt;</description>
      <pubDate>Sat, 31 May 2014 16:35:32 UTC</pubDate>
      <guid>https://snipplr.com/view/74708/wordpress-custom-widget-area</guid>
    </item>
    <item>
      <title>(PHP) Intergrating the wordpress media uploader into your plugin - FatFolderDesigner</title>
      <link>https://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin</link>
      <description>&lt;p&gt;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).&#13;
&#13;
There more information on implementation at the URL.&lt;/p&gt;</description>
      <pubDate>Sun, 21 Oct 2012 08:29:36 UTC</pubDate>
      <guid>https://snipplr.com/view/67849/intergrating-the-wordpress-media-uploader-into-your-plugin</guid>
    </item>
    <item>
      <title>(PHP) iLoveIt Wordpress Theme FB photo contest page template - SmashArtist</title>
      <link>https://snipplr.com/view/67722/iloveit-wordpress-theme-fb-photo-contest-page-template</link>
      <description>&lt;p&gt;This creates a custom page template designed to run a Facebook photo contest utilizing the Facebook like button and uses Wordpress featured images for each post in a grid.   &#13;
 &#13;
This setup requires the following: &#13;
- iLoveIt Wordpress Theme&#13;
- Create contest category for contestant entries&#13;
-Create contest page and select the contest page template.&#13;
- Gravity forms to create a custom contestant entry form with the following.&#13;
  ( Post title, Post Body, Featured Image, Email, etc.&#13;
&#13;
&#13;
Instructions:&#13;
The below snippet will add the FB like button below the featured image and add a custom voting text for the entry.&#13;
&#13;
&#13;
Step 1:&#13;
Go to your single.php and add this snippet below line 85.  Items that need changed are in CAPS.&#13;
&#13;
&lt;?php&gt;&#13;
                                               &#13;
&lt;div&gt; &lt;h1&gt; Vote for &lt;?php&gt; by hitting like! &gt;&gt;&lt;/h1&gt;&lt;/div&gt;&lt;div&gt;&lt;iframe&gt;ID)); ?&gt;&amp;amp;layout=box_count&amp;amp;show_faces=false&amp;amp;width=90&amp;amp;action=like&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:120px; height:60px"&gt;&lt;/iframe&gt;&lt;/div&gt; &lt;h3&gt;VOTE FOR ME!!!&lt;/h3&gt;&#13;
                                                &lt;/div&gt;&#13;
                                                &lt;style&gt; &lt;!--hide&gt; .share{display: none }&lt;/style&gt;&#13;
&lt;?&gt;&#13;
&#13;
&#13;
&#13;
Step 2:&#13;
Copy the template code and save it to your theme root as contest-page.php. You will then be able to assign the contest template to page that will show all entries in a grid layout, each photo will have it's own like button.&#13;
&#13;
 &#13;
&#13;
**Extra notes: You can still integrate this into any Wordpress theme, you'll just have to change it to fit your current theme. &#13;
Overall at least you have an idea of how this can be achieved and it is very powerful in terms of drawing traffic to your site.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Oct 2012 08:27:12 UTC</pubDate>
      <guid>https://snipplr.com/view/67722/iloveit-wordpress-theme-fb-photo-contest-page-template</guid>
    </item>
    <item>
      <title>(PHP) Paginate WordPress Posts - thewickedchemist</title>
      <link>https://snipplr.com/view/67026/paginate-wordpress-posts</link>
      <description>&lt;p&gt;Place the function in your functions.php file of your theme...&#13;
&#13;
Then, simply call like this: wp_paginate('', 3);&#13;
The first param is optional, the second dictates how many pages before and after the current page link will show...&lt;/p&gt;</description>
      <pubDate>Sun, 02 Sep 2012 17:57:39 UTC</pubDate>
      <guid>https://snipplr.com/view/67026/paginate-wordpress-posts</guid>
    </item>
    <item>
      <title>(XML) default part of catalog.xml. not working - xaddict</title>
      <link>https://snipplr.com/view/66920/default-part-of-catalogxml-not-working</link>
      <description>&lt;p&gt;The non-working part of catalog.xml&lt;/p&gt;</description>
      <pubDate>Mon, 27 Aug 2012 22:21:58 UTC</pubDate>
      <guid>https://snipplr.com/view/66920/default-part-of-catalogxml-not-working</guid>
    </item>
    <item>
      <title>(XML) part of page.xml. not working - xaddict</title>
      <link>https://snipplr.com/view/66919/part-of-pagexml-not-working</link>
      <description>&lt;p&gt;Please comment or see the stackoverflow question to improve this.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Aug 2012 22:19:35 UTC</pubDate>
      <guid>https://snipplr.com/view/66919/part-of-pagexml-not-working</guid>
    </item>
    <item>
      <title>(PHP) wordpress default menu code - webtechdev</title>
      <link>https://snipplr.com/view/63904/wordpress-default-menu-code</link>
      <description>&lt;p&gt;default theme perfect menu&lt;/p&gt;</description>
      <pubDate>Tue, 13 Mar 2012 06:13:51 UTC</pubDate>
      <guid>https://snipplr.com/view/63904/wordpress-default-menu-code</guid>
    </item>
    <item>
      <title>(PHP) Headway Theme - remove default css - codepunk</title>
      <link>https://snipplr.com/view/62611/headway-theme--remove-default-css</link>
      <description>&lt;p&gt;For use with Headway Child Themes.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2012 02:39:06 UTC</pubDate>
      <guid>https://snipplr.com/view/62611/headway-theme--remove-default-css</guid>
    </item>
    <item>
      <title>(PHP) Headway Child Themes - disable design editor - codepunk</title>
      <link>https://snipplr.com/view/62610/headway-child-themes--disable-design-editor</link>
      <description>&lt;p&gt;Disables the design editor in the VE when using a child theme.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2012 02:33:34 UTC</pubDate>
      <guid>https://snipplr.com/view/62610/headway-child-themes--disable-design-editor</guid>
    </item>
    <item>
      <title>(PHP) Headway Theme footer function - codepunk</title>
      <link>https://snipplr.com/view/62609/headway-theme-footer-function</link>
      <description>&lt;p&gt;Add stuff to the footer block.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Jan 2012 02:11:13 UTC</pubDate>
      <guid>https://snipplr.com/view/62609/headway-theme-footer-function</guid>
    </item>
    <item>
      <title>(PHP) Current theme link for wordpress theme - carouselcreative</title>
      <link>https://snipplr.com/view/60219/current-theme-link-for-wordpress-theme</link>
      <description>&lt;p&gt;Link to the current theme / template url for use in wordpress template.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Oct 2011 23:52:40 UTC</pubDate>
      <guid>https://snipplr.com/view/60219/current-theme-link-for-wordpress-theme</guid>
    </item>
    <item>
      <title>(PHP) How to Easily Disable Theme Changing  - florent</title>
      <link>https://snipplr.com/view/60028/how-to-easily-disable-theme-changing-</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 21 Oct 2011 02:28:57 UTC</pubDate>
      <guid>https://snipplr.com/view/60028/how-to-easily-disable-theme-changing-</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Theme Options Page - ddavidd</title>
      <link>https://snipplr.com/view/59935/wordpress-theme-options-page</link>
      <description>&lt;p&gt;This creates a theme options page for a wordpress theme.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Oct 2011 07:14:38 UTC</pubDate>
      <guid>https://snipplr.com/view/59935/wordpress-theme-options-page</guid>
    </item>
    <item>
      <title>(CSS) WordPress Child Theme Stylesheet Header - jschultz76</title>
      <link>https://snipplr.com/view/59416/wordpress-child-theme-stylesheet-header</link>
      <description>&lt;p&gt;Copied from the WordPress codex and modified&lt;/p&gt;</description>
      <pubDate>Wed, 05 Oct 2011 01:42:37 UTC</pubDate>
      <guid>https://snipplr.com/view/59416/wordpress-child-theme-stylesheet-header</guid>
    </item>
    <item>
      <title>(PHP) Get WordPress theme menu name in slug format from location parameter - Huskie</title>
      <link>https://snipplr.com/view/58556/get-wordpress-theme-menu-name-in-slug-format-from-location-parameter</link>
      <description>&lt;p&gt;Example call: $menuName = sleek_get_theme_menu_name('footer-menu')&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 20:03:44 UTC</pubDate>
      <guid>https://snipplr.com/view/58556/get-wordpress-theme-menu-name-in-slug-format-from-location-parameter</guid>
    </item>
    <item>
      <title>(PHP) WordPress functions.php Boilerplate - ethicka</title>
      <link>https://snipplr.com/view/58360/wordpress-functionsphp-boilerplate</link>
      <description>&lt;p&gt;I use this to toss all the junk from the header, add a favicon, remove useless admin elements, and block WordPress' ancient jQuery file from embedding.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Sep 2011 09:31:27 UTC</pubDate>
      <guid>https://snipplr.com/view/58360/wordpress-functionsphp-boilerplate</guid>
    </item>
    <item>
      <title>(Other) Disable theme-change in Wordpress - athanassiadis</title>
      <link>https://snipplr.com/view/56143/disable-themechange-in-wordpress</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 05 Jul 2011 23:53:49 UTC</pubDate>
      <guid>https://snipplr.com/view/56143/disable-themechange-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) My Theme Optons Page - jeremyjared74</title>
      <link>https://snipplr.com/view/56127/my-theme-optons-page</link>
      <description>&lt;p&gt;The Logo settings start on line 110 of the commented version.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Jul 2011 15:47:29 UTC</pubDate>
      <guid>https://snipplr.com/view/56127/my-theme-optons-page</guid>
    </item>
    <item>
      <title>(PHP) Easily disable theme changing - jamiebrwr</title>
      <link>https://snipplr.com/view/53571/easily-disable-theme-changing</link>
      <description>&lt;p&gt;When creating a WordPress based website for a client, you may need to make sure that he canâ€™t switch themes. This is what Iâ€™m going to show you in todayâ€™s recipe.&lt;/p&gt;</description>
      <pubDate>Sat, 14 May 2011 06:23:48 UTC</pubDate>
      <guid>https://snipplr.com/view/53571/easily-disable-theme-changing</guid>
    </item>
    <item>
      <title>(PHP) Tags zu Artikel ausgeben - Wordpress - kopfaction</title>
      <link>https://snipplr.com/view/53203/tags-zu-artikel-ausgeben--wordpress</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 09 May 2011 00:54:32 UTC</pubDate>
      <guid>https://snipplr.com/view/53203/tags-zu-artikel-ausgeben--wordpress</guid>
    </item>
    <item>
      <title>(PHP) Wordpress: Login form for your themes - prwhitehead</title>
      <link>https://snipplr.com/view/52204/wordpress-login-form-for-your-themes</link>
      <description>&lt;p&gt;Add a login form to your wordpress themes frontend.&lt;/p&gt;</description>
      <pubDate>Sun, 17 Apr 2011 00:54:24 UTC</pubDate>
      <guid>https://snipplr.com/view/52204/wordpress-login-form-for-your-themes</guid>
    </item>
    <item>
      <title>(PHP) Drupal Theming RSS Feed Views - kfiil</title>
      <link>https://snipplr.com/view/51900/drupal-theming-rss-feed-views</link>
      <description>&lt;p&gt;This will build over time, and first be finish when I have all ressources and are satisfied with our corporate rss feed.&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 02:19:05 UTC</pubDate>
      <guid>https://snipplr.com/view/51900/drupal-theming-rss-feed-views</guid>
    </item>
    <item>
      <title>(PHP) Drupal: Insert Block in region in code - kfiil</title>
      <link>https://snipplr.com/view/51899/drupal-insert-block-in-region-in-code</link>
      <description>&lt;p&gt;How to set a block into region with code&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 01:56:50 UTC</pubDate>
      <guid>https://snipplr.com/view/51899/drupal-insert-block-in-region-in-code</guid>
    </item>
    <item>
      <title>(PHP) Drupal: phptemplate_preprocess - kfiil</title>
      <link>https://snipplr.com/view/51898/drupal-phptemplatepreprocess</link>
      <description>&lt;p&gt;Implementation of phptemplate_preprocess. Enables that preprocess functions are in different files&lt;/p&gt;</description>
      <pubDate>Mon, 11 Apr 2011 01:52:32 UTC</pubDate>
      <guid>https://snipplr.com/view/51898/drupal-phptemplatepreprocess</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Get Theme Url - janvdm</title>
      <link>https://snipplr.com/view/49373/wordpress-get-theme-url</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 22 Feb 2011 01:18:18 UTC</pubDate>
      <guid>https://snipplr.com/view/49373/wordpress-get-theme-url</guid>
    </item>
    <item>
      <title>(HTML) Tumblr Custom Theme Framework - apaunchev</title>
      <link>https://snipplr.com/view/47861/tumblr-custom-theme-framework</link>
      <description>&lt;p&gt;Every time I start coding a new Tumblr theme I find myself writing the same Tumblr tags over and over again. That's why I decided to create a boilerplate, or a framework, that I can reuse for my next projects.&#13;
&#13;
I tried to cover most of the features included in the [documentation](http://www.tumblr.com/docs/en/custom_themes), yet provide just the bare essentials so you can build up from there.&#13;
&#13;
Have fun!&#13;
&#13;
(v 1.3)&lt;/p&gt;</description>
      <pubDate>Wed, 26 Jan 2011 00:32:49 UTC</pubDate>
      <guid>https://snipplr.com/view/47861/tumblr-custom-theme-framework</guid>
    </item>
    <item>
      <title>(CSS) Wordpress Stylesheet - blueocto</title>
      <link>https://snipplr.com/view/46222/wordpress-stylesheet</link>
      <description>&lt;p&gt;In addition to CSS style information for your theme, style.css provides details about the Theme in the form of comments. The stylesheet must provide details about the Theme in the form of comments. No two Themes are allowed to have the same details listed in their comment headers, as this will lead to problems in the Theme selection dialog. If you make your own Theme by copying an existing one, make sure you change this information first.&#13;
&#13;
The following is an example of the first few lines of the stylesheet, called the stylesheet header, for the Theme "Twenty Ten":&lt;/p&gt;</description>
      <pubDate>Wed, 29 Dec 2010 10:40:50 UTC</pubDate>
      <guid>https://snipplr.com/view/46222/wordpress-stylesheet</guid>
    </item>
    <item>
      <title>(HTML) Insight Wordpress Theme - Welcome Box content sample code - Bluz</title>
      <link>https://snipplr.com/view/45331/insight-wordpress-theme--welcome-box-content-sample-code</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:36:25 UTC</pubDate>
      <guid>https://snipplr.com/view/45331/insight-wordpress-theme--welcome-box-content-sample-code</guid>
    </item>
    <item>
      <title>(PHP) Drupal: force the administration theme on additional non-admin paths - wildpeaks</title>
      <link>https://snipplr.com/view/43692/drupal-force-the-administration-theme-on-additional-nonadmin-paths</link>
      <description>&lt;p&gt;**Important: this snipplet has moved to Github.**&#13;
&#13;
 - [Force the admin theme on additional non-admin paths in Drupal 6](https://gist.github.com/1973090)&lt;/p&gt;</description>
      <pubDate>Sat, 06 Nov 2010 19:16:09 UTC</pubDate>
      <guid>https://snipplr.com/view/43692/drupal-force-the-administration-theme-on-additional-nonadmin-paths</guid>
    </item>
    <item>
      <title>(PHP) Using Custom Menus in WordPress using PHP - johnnyrokkit</title>
      <link>https://snipplr.com/view/43476/using-custom-menus-in-wordpress-using-php</link>
      <description>&lt;p&gt;How to enable Custom Navigation Menus in WordPress 3.0&#13;
&#13;
Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your themeâ€™s functions.php file.&lt;/p&gt;</description>
      <pubDate>Wed, 03 Nov 2010 13:19:13 UTC</pubDate>
      <guid>https://snipplr.com/view/43476/using-custom-menus-in-wordpress-using-php</guid>
    </item>
    <item>
      <title>(HTML) Standard Theme Author Box "Call to Action" mod - bnotess</title>
      <link>https://snipplr.com/view/43413/standard-theme-author-box-call-to-action-mod</link>
      <description>&lt;p&gt;Modify the StandardTheme.lib file&lt;/p&gt;</description>
      <pubDate>Tue, 02 Nov 2010 08:07:30 UTC</pubDate>
      <guid>https://snipplr.com/view/43413/standard-theme-author-box-call-to-action-mod</guid>
    </item>
    <item>
      <title>(PHP) Drupal embedding View in theme - hamsterbacke82</title>
      <link>https://snipplr.com/view/42666/drupal-embedding-view-in-theme</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 21 Oct 2010 12:31:25 UTC</pubDate>
      <guid>https://snipplr.com/view/42666/drupal-embedding-view-in-theme</guid>
    </item>
    <item>
      <title>(PHP) Add excerpts to pages - hussong</title>
      <link>https://snipplr.com/view/41031/add-excerpts-to-pages</link>
      <description>&lt;p&gt;Adds support for excerpts in WordPress pages. Great for using WordPress as a CMS. A text field appears in the admin panel and you can pull the excerpt from your template files (for teaser texts etc.)&lt;/p&gt;</description>
      <pubDate>Sat, 25 Sep 2010 20:09:38 UTC</pubDate>
      <guid>https://snipplr.com/view/41031/add-excerpts-to-pages</guid>
    </item>
    <item>
      <title>(PHP) Drupal 6 - Show default "Who's online" block from a template. - daipratt</title>
      <link>https://snipplr.com/view/39808/drupal-6--show-default-whos-online-block-from-a-template</link>
      <description>&lt;p&gt;Embed the "Who's online" block from within a template file.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Sep 2010 19:01:07 UTC</pubDate>
      <guid>https://snipplr.com/view/39808/drupal-6--show-default-whos-online-block-from-a-template</guid>
    </item>
    <item>
      <title>(PHP) WordPress after_setup_theme Action &amp; Function - Jamie</title>
      <link>https://snipplr.com/view/39204/wordpress-aftersetuptheme-action--function</link>
      <description>&lt;p&gt;This may be necessary to properly add theme support for multiple menus.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Aug 2010 04:06:53 UTC</pubDate>
      <guid>https://snipplr.com/view/39204/wordpress-aftersetuptheme-action--function</guid>
    </item>
    <item>
      <title>(CSS) Image alignment Default WP - myke</title>
      <link>https://snipplr.com/view/39163/image-alignment-default-wp</link>
      <description>&lt;p&gt;Used these styles to comply with default wordpress WYSIWYG class names&lt;/p&gt;</description>
      <pubDate>Tue, 17 Aug 2010 13:24:22 UTC</pubDate>
      <guid>https://snipplr.com/view/39163/image-alignment-default-wp</guid>
    </item>
    <item>
      <title>(PHP) get custom fields value in wordpress theme - maximaker</title>
      <link>https://snipplr.com/view/37200/get-custom-fields-value-in-wordpress-theme</link>
      <description>&lt;p&gt;get custom fields value in wordpress theme&lt;/p&gt;</description>
      <pubDate>Tue, 13 Jul 2010 08:50:07 UTC</pubDate>
      <guid>https://snipplr.com/view/37200/get-custom-fields-value-in-wordpress-theme</guid>
    </item>
    <item>
      <title>(PHP) thematic theme - customize Footer - screamwork</title>
      <link>https://snipplr.com/view/36492/thematic-theme--customize-footer</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 05:16:01 UTC</pubDate>
      <guid>https://snipplr.com/view/36492/thematic-theme--customize-footer</guid>
    </item>
    <item>
      <title>(PHP) thematic theme - add HOME link - screamwork</title>
      <link>https://snipplr.com/view/36489/thematic-theme--add-home-link</link>
      <description>&lt;p&gt;add home link&lt;/p&gt;</description>
      <pubDate>Wed, 30 Jun 2010 05:12:16 UTC</pubDate>
      <guid>https://snipplr.com/view/36489/thematic-theme--add-home-link</guid>
    </item>
    <item>
      <title>(PHP) theme registry rebuild - sennesaelium</title>
      <link>https://snipplr.com/view/29641/theme-registry-rebuild</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Mar 2010 04:28:32 UTC</pubDate>
      <guid>https://snipplr.com/view/29641/theme-registry-rebuild</guid>
    </item>
    <item>
      <title>(JavaScript) Ajax Success JavaScript - K2 Options - blumenberg</title>
      <link>https://snipplr.com/view/28966/ajax-success-javascript--k2-options</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 26 Feb 2010 11:49:24 UTC</pubDate>
      <guid>https://snipplr.com/view/28966/ajax-success-javascript--k2-options</guid>
    </item>
    <item>
      <title>(Other) Post Entry - K2 Options - blumenberg</title>
      <link>https://snipplr.com/view/28965/post-entry--k2-options</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 26 Feb 2010 11:49:08 UTC</pubDate>
      <guid>https://snipplr.com/view/28965/post-entry--k2-options</guid>
    </item>
    <item>
      <title>(PHP) Theme Primary Links Drupal 6.x Adding spans and useful ID's - ReeceMarsland</title>
      <link>https://snipplr.com/view/27548/theme-primary-links-drupal-6x-adding-spans-and-useful-ids</link>
      <description>&lt;p&gt;themes the primary links adding spans (useful for sliding doors technique) and nice ID's based on the link title rather than the standard ugly menu-851 classes etc.&lt;/p&gt;</description>
      <pubDate>Tue, 02 Feb 2010 05:42:57 UTC</pubDate>
      <guid>https://snipplr.com/view/27548/theme-primary-links-drupal-6x-adding-spans-and-useful-ids</guid>
    </item>
    <item>
      <title>(PHP) Remove Drupal's search block "search this site" label. - berkes</title>
      <link>https://snipplr.com/view/27483/remove-drupals-search-block-search-this-site-label</link>
      <description>&lt;p&gt;Wizzlern, a Dutch Drupal trainer, has a Dutch article online on how to remove the "search this site" label in the Drupal search-block.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Feb 2010 09:41:26 UTC</pubDate>
      <guid>https://snipplr.com/view/27483/remove-drupals-search-block-search-this-site-label</guid>
    </item>
    <item>
      <title>(Other) Drupal - Get the image path of a CCK field from the fid - daipratt</title>
      <link>https://snipplr.com/view/26812/drupal--get-the-image-path-of-a-cck-field-from-the-fid</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jan 2010 11:43:38 UTC</pubDate>
      <guid>https://snipplr.com/view/26812/drupal--get-the-image-path-of-a-cck-field-from-the-fid</guid>
    </item>
    <item>
      <title>(Other) Drupal - Get the image path of a CCK field - daipratt</title>
      <link>https://snipplr.com/view/26453/drupal--get-the-image-path-of-a-cck-field</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jan 2010 08:23:00 UTC</pubDate>
      <guid>https://snipplr.com/view/26453/drupal--get-the-image-path-of-a-cck-field</guid>
    </item>
    <item>
      <title>(Other) Drupal - display only the body value in a node template. - daipratt</title>
      <link>https://snipplr.com/view/26452/drupal--display-only-the-body-value-in-a-node-template</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 14 Jan 2010 08:19:19 UTC</pubDate>
      <guid>https://snipplr.com/view/26452/drupal--display-only-the-body-value-in-a-node-template</guid>
    </item>
    <item>
      <title>(PHP) wordpress - automatically create Greybox imageset from images attached to post - zartgesotten</title>
      <link>https://snipplr.com/view/16395/wordpress--automatically-create-greybox-imageset-from-images-attached-to-post</link>
      <description>&lt;p&gt;I pieced together this code when I had to do this for a client:&#13;
- show the first image attached to a post (based on sort order in gallery tab) in medium size&#13;
- put all the other images attached to the post into an imageset so that when you click on the preview image you will see a greybox-gallery to click through with the full size images.&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jun 2009 15:12:24 UTC</pubDate>
      <guid>https://snipplr.com/view/16395/wordpress--automatically-create-greybox-imageset-from-images-attached-to-post</guid>
    </item>
  </channel>
</rss>
