<?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 13:12:59 +0000</lastBuildDate>
    <item>
      <title>(CSS) Easy Wordpress Drop Downs using CSS - xcsteve99</title>
      <link>https://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css</link>
      <description>&lt;p&gt;Use Z-Index to make navigation layer ABOVE other elements.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Jan 2013 07:42:08 UTC</pubDate>
      <guid>https://snipplr.com/view/69629/easy-wordpress-drop-downs-using-css</guid>
    </item>
    <item>
      <title>(PHP) Widgetizing WP Themes - xcsteve99</title>
      <link>https://snipplr.com/view/69147/widgetizing-wp-themes</link>
      <description>&lt;p&gt;Add First part to Functions.php&#13;
&#13;
Add Second to where you want a smillcrobe&lt;/p&gt;</description>
      <pubDate>Tue, 18 Dec 2012 16:40:21 UTC</pubDate>
      <guid>https://snipplr.com/view/69147/widgetizing-wp-themes</guid>
    </item>
    <item>
      <title>(CSS) CSS Pseudo Classes - xcsteve99</title>
      <link>https://snipplr.com/view/69146/css-pseudo-classes</link>
      <description>&lt;p&gt;The :first-child pseudo class means "if this element is the first child of its parent". :last-child means "if this element is the last child of its parent". Note that only element nodes (HTML tags) count, these pseudo-classes ignore text nodes.&lt;/p&gt;</description>
      <pubDate>Tue, 18 Dec 2012 16:38:08 UTC</pubDate>
      <guid>https://snipplr.com/view/69146/css-pseudo-classes</guid>
    </item>
    <item>
      <title>(PHP) Prev/Next wordpress loop links - xcsteve99</title>
      <link>https://snipplr.com/view/62105/prevnext-wordpress-loop-links</link>
      <description>&lt;p&gt;Add this within the loop:&lt;/p&gt;</description>
      <pubDate>Fri, 23 Dec 2011 12:11:49 UTC</pubDate>
      <guid>https://snipplr.com/view/62105/prevnext-wordpress-loop-links</guid>
    </item>
    <item>
      <title>(PHP) WP Static Index Page w/ Blog - xcsteve99</title>
      <link>https://snipplr.com/view/61023/wp-static-index-page-w-blog</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:25:16 UTC</pubDate>
      <guid>https://snipplr.com/view/61023/wp-static-index-page-w-blog</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - Add Custom Menu Support - xcsteve99</title>
      <link>https://snipplr.com/view/60885/wordpress--add-custom-menu-support</link>
      <description>&lt;p&gt;Add this to your functions.php file&lt;/p&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:48:14 UTC</pubDate>
      <guid>https://snipplr.com/view/60885/wordpress--add-custom-menu-support</guid>
    </item>
    <item>
      <title>(PHP) WordPress- Get Image Path Relevant To Theme - xcsteve99</title>
      <link>https://snipplr.com/view/60836/wordpress-get-image-path-relevant-to-theme</link>
      <description>&lt;p&gt;Just pop this in your IMG tags&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2011 09:59:10 UTC</pubDate>
      <guid>https://snipplr.com/view/60836/wordpress-get-image-path-relevant-to-theme</guid>
    </item>
    <item>
      <title>(SQL) Replace local db with new URL - xcsteve99</title>
      <link>https://snipplr.com/view/57310/replace-local-db-with-new-url</link>
      <description>&lt;p&gt;run these in the SQL tab&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jul 2011 08:10:23 UTC</pubDate>
      <guid>https://snipplr.com/view/57310/replace-local-db-with-new-url</guid>
    </item>
    <item>
      <title>(PHP) Remove link to post in WP Nivo Slider - xcsteve99</title>
      <link>https://snipplr.com/view/57297/remove-link-to-post-in-wp-nivo-slider</link>
      <description>&lt;p&gt;Or remove the whole line for no link at all!&lt;/p&gt;</description>
      <pubDate>Fri, 29 Jul 2011 04:36:28 UTC</pubDate>
      <guid>https://snipplr.com/view/57297/remove-link-to-post-in-wp-nivo-slider</guid>
    </item>
    <item>
      <title>(PHP) Wordpress - Custom Default Avatar - xcsteve99</title>
      <link>https://snipplr.com/view/57139/wordpress--custom-default-avatar</link>
      <description>&lt;p&gt;Add the following to your active theme's functions.php file then upload an image named "avatar.jpg" to your active theme's image folder. The image can be named anything you would like but be sure to change it in the code below as well.&#13;
&#13;
The last step is to visit: Settings &gt; Discussion to select the new avatar as the default.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jul 2011 06:18:46 UTC</pubDate>
      <guid>https://snipplr.com/view/57139/wordpress--custom-default-avatar</guid>
    </item>
    <item>
      <title>(CSS) Clearing a Float without Source Markup - xcsteve99</title>
      <link>https://snipplr.com/view/57130/clearing-a-float-without-source-markup</link>
      <description>&lt;p&gt;just add a class of .clearfix to any element containing a float needing to be cleared&lt;/p&gt;</description>
      <pubDate>Tue, 26 Jul 2011 02:01:41 UTC</pubDate>
      <guid>https://snipplr.com/view/57130/clearing-a-float-without-source-markup</guid>
    </item>
    <item>
      <title>(HTML) Embed PDF in Google Docs - xcsteve99</title>
      <link>https://snipplr.com/view/57018/embed-pdf-in-google-docs</link>
      <description>&lt;p&gt;replace your url with the "infolab.stanford.edu..."&lt;/p&gt;</description>
      <pubDate>Fri, 22 Jul 2011 05:31:20 UTC</pubDate>
      <guid>https://snipplr.com/view/57018/embed-pdf-in-google-docs</guid>
    </item>
    <item>
      <title>(PHP) NexGen Gallery - Remove "Show Slideshow" link - xcsteve99</title>
      <link>https://snipplr.com/view/56887/nexgen-gallery--remove-show-slideshow-link</link>
      <description>&lt;p&gt;n nextgen-gallery/view/gallery.php, find these lines. Either comment out or remove.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jul 2011 07:14:08 UTC</pubDate>
      <guid>https://snipplr.com/view/56887/nexgen-gallery--remove-show-slideshow-link</guid>
    </item>
  </channel>
</rss>
