<?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 18:49:50 +0000</lastBuildDate>
    <item>
      <title>(jQuery) JQuery grayscale images turn colored on hover - zartgesotten</title>
      <link>https://snipplr.com/view/71279/jquery-grayscale-images-turn-colored-on-hover</link>
      <description>&lt;p&gt;Works like a charm. Read manual on site. For use with Worpdress, replace $ with jQuery.&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 16:20:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71279/jquery-grayscale-images-turn-colored-on-hover</guid>
    </item>
    <item>
      <title>(PHP) Menu Walker for top-bar (Zurb Foundation) in Wordpress Themes - zartgesotten</title>
      <link>https://snipplr.com/view/71091/menu-walker-for-topbar-zurb-foundation-in-wordpress-themes</link>
      <description>&lt;p&gt;Turns Wordpress custom menus into responsive-ready menu that comes with foundation framework. code goes into functions.php&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 15:56:11 UTC</pubDate>
      <guid>https://snipplr.com/view/71091/menu-walker-for-topbar-zurb-foundation-in-wordpress-themes</guid>
    </item>
    <item>
      <title>(PHP) 3 Level Navigation with Wordpress - zartgesotten</title>
      <link>https://snipplr.com/view/56941/3-level-navigation-with-wordpress</link>
      <description>&lt;p&gt;This was for a customer. &#13;
Basically it does this:&#13;
If a page has no children, it shows ... nothing, &#13;
if a page has a parent, it shows all other children of this parent (siblings) and the current page&#13;
if a page has a parent AND children (3rd level), it shows two separate menus, one with the siblings and current page and one with the children of the third level. &#13;
Maybe it helps someone.&lt;/p&gt;</description>
      <pubDate>Thu, 21 Jul 2011 02:00:10 UTC</pubDate>
      <guid>https://snipplr.com/view/56941/3-level-navigation-with-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Custom Wordpress Backend footer - zartgesotten</title>
      <link>https://snipplr.com/view/55838/custom-wordpress-backend-footer</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jun 2011 00:05:22 UTC</pubDate>
      <guid>https://snipplr.com/view/55838/custom-wordpress-backend-footer</guid>
    </item>
    <item>
      <title>(PHP) wordpress functions.php - Show only current page's subpages and current pages siblings, hide sibling's subpages - zartgesotten</title>
      <link>https://snipplr.com/view/44376/wordpress-functionsphp--show-only-current-pages-subpages-and-current-pages-siblings-hide-siblings-subpages</link>
      <description>&lt;p&gt;Works!&lt;/p&gt;</description>
      <pubDate>Fri, 19 Nov 2010 00:39:44 UTC</pubDate>
      <guid>https://snipplr.com/view/44376/wordpress-functionsphp--show-only-current-pages-subpages-and-current-pages-siblings-hide-siblings-subpages</guid>
    </item>
    <item>
      <title>(PHP) Wordpress 2nd Level Menu Subpages - zartgesotten</title>
      <link>https://snipplr.com/view/38990/wordpress-2nd-level-menu-subpages</link>
      <description>&lt;p&gt;This is what I wanted:\r\nI had a structure like this:\r\n-Artist\r\n  --Peter Miller\r\n     ---Pictures\r\n     ---Press\r\n     ---Videos\r\n\r\nand wanted to have the sub-sub-Menu when located on the \"Peter Miller\"-Page. \r\nSo that on \"Peter Miller\" you\'d have \"Pictures, Press and Videos\"-Menu and also on the sibling pages but not on Artists-Page!&lt;/p&gt;</description>
      <pubDate>Fri, 13 Aug 2010 00:38:17 UTC</pubDate>
      <guid>https://snipplr.com/view/38990/wordpress-2nd-level-menu-subpages</guid>
    </item>
    <item>
      <title>(PHP) Get full path of current file - zartgesotten</title>
      <link>https://snipplr.com/view/31592/get-full-path-of-current-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 13 Apr 2010 05:19:38 UTC</pubDate>
      <guid>https://snipplr.com/view/31592/get-full-path-of-current-file</guid>
    </item>
    <item>
      <title>(PHP) Wordpress bookmarks custom - zartgesotten</title>
      <link>https://snipplr.com/view/29267/wordpress-bookmarks-custom</link>
      <description>&lt;p&gt;I didn't like the way my bookmarks came out with wp_list_bookmarks or any other built-in function, so I figured out a way to have total control about the way your wordpress bookmarks are displayed. &#13;
In this example I wanted a table with the Bookmark-image in the left column and title and description in the right column.&lt;/p&gt;</description>
      <pubDate>Thu, 04 Mar 2010 03:25:18 UTC</pubDate>
      <guid>https://snipplr.com/view/29267/wordpress-bookmarks-custom</guid>
    </item>
    <item>
      <title>(PHP) WPML.org Insert Language Selector with ONLY Flags (horizontal) - zartgesotten</title>
      <link>https://snipplr.com/view/24457/wpmlorg-insert-language-selector-with-only-flags-horizontal</link>
      <description>&lt;p&gt;Of course the Plugin from wpml.org has to be installed, the file "wpml-integration.php" from docs/theme-integration has to be copied into your theme-directory and the call include "wpml-integration.php"; has to be copied to your functions.php. After that, you can simply place &lt;?php&gt; somewhere in your theme.&lt;/p&gt;</description>
      <pubDate>Tue, 08 Dec 2009 05:18:13 UTC</pubDate>
      <guid>https://snipplr.com/view/24457/wpmlorg-insert-language-selector-with-only-flags-horizontal</guid>
    </item>
    <item>
      <title>(HTML) edit htaccess to prevent duplicate content - zartgesotten</title>
      <link>https://snipplr.com/view/16396/edit-htaccess-to-prevent-duplicate-content</link>
      <description>&lt;p&gt;This is to prevent duplicate content when your provider directs your http://domain.com to the same place as http://www.domain.com&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jun 2009 15:29:54 UTC</pubDate>
      <guid>https://snipplr.com/view/16396/edit-htaccess-to-prevent-duplicate-content</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>
    <item>
      <title>(PHP) Wordpress - Get current category name and / or ID - zartgesotten</title>
      <link>https://snipplr.com/view/16394/wordpress--get-current-category-name-and--or-id</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jun 2009 15:01:13 UTC</pubDate>
      <guid>https://snipplr.com/view/16394/wordpress--get-current-category-name-and--or-id</guid>
    </item>
    <item>
      <title>(PHP) Wordpress display content of a category on a page - zartgesotten</title>
      <link>https://snipplr.com/view/16393/wordpress-display-content-of-a-category-on-a-page</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jun 2009 14:47:58 UTC</pubDate>
      <guid>https://snipplr.com/view/16393/wordpress-display-content-of-a-category-on-a-page</guid>
    </item>
    <item>
      <title>(PHP) Wordpress display list of subpages and siblings if there are any - zartgesotten</title>
      <link>https://snipplr.com/view/16392/wordpress-display-list-of-subpages-and-siblings-if-there-are-any</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 27 Jun 2009 14:45:58 UTC</pubDate>
      <guid>https://snipplr.com/view/16392/wordpress-display-list-of-subpages-and-siblings-if-there-are-any</guid>
    </item>
  </channel>
</rss>
