<?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 19:01:02 +0000</lastBuildDate>
    <item>
      <title>(PHP) WordPress Recent News/Posts with or without Featured Image - jschultz76</title>
      <link>https://snipplr.com/view/64632/wordpress-recent-newsposts-with-or-without-featured-image</link>
      <description>&lt;p&gt;This will show a number of recent posts along with their associated featured image (thumbnail) if they have one. The template code asks for the 2 most recent posts with the custom post type of "news." Change the quantity and post type as needed. This also uses a custom excerpt generator, which isn't necessary except that this particular code references it.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Apr 2012 23:44:04 UTC</pubDate>
      <guid>https://snipplr.com/view/64632/wordpress-recent-newsposts-with-or-without-featured-image</guid>
    </item>
    <item>
      <title>(PHP) Show specific WordPress Post/Page - jschultz76</title>
      <link>https://snipplr.com/view/64115/show-specific-wordpress-postpage</link>
      <description>&lt;p&gt;Code used to get the content, title, excerpt, etc for a specific page or post in WordPress. Replace the post id with your own specific ID.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Mar 2012 07:20:50 UTC</pubDate>
      <guid>https://snipplr.com/view/64115/show-specific-wordpress-postpage</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) Include &amp; Register Javascript files in WordPress in functions.php - jschultz76</title>
      <link>https://snipplr.com/view/55281/include--register-javascript-files-in-wordpress-in-functionsphp</link>
      <description>&lt;p&gt;This code should be added to the functions.php file in the theme's folder. The code will deregister the local copy of jQuery and instead include the google hosted copy. It will also register other scripts.&lt;/p&gt;</description>
      <pubDate>Thu, 16 Jun 2011 04:19:26 UTC</pubDate>
      <guid>https://snipplr.com/view/55281/include--register-javascript-files-in-wordpress-in-functionsphp</guid>
    </item>
    <item>
      <title>(Symfony) Symfony Doctrine Migration - jschultz76</title>
      <link>https://snipplr.com/view/55172/symfony-doctrine-migration</link>
      <description>&lt;p&gt;These are the commands necessary to modify the database on a Symfony project using Doctrine after the projects has been set up. In other words, this is for after you've already created the database and added data, and you don't want to rebuild the database from scratch.&lt;/p&gt;</description>
      <pubDate>Sun, 12 Jun 2011 07:53:36 UTC</pubDate>
      <guid>https://snipplr.com/view/55172/symfony-doctrine-migration</guid>
    </item>
    <item>
      <title>(PHP) WordPress Plugin Header - jschultz76</title>
      <link>https://snipplr.com/view/54539/wordpress-plugin-header</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Sat, 28 May 2011 07:04:37 UTC</pubDate>
      <guid>https://snipplr.com/view/54539/wordpress-plugin-header</guid>
    </item>
    <item>
      <title>(PHP) Custom Widget in WordPress - jschultz76</title>
      <link>https://snipplr.com/view/41131/custom-widget-in-wordpress</link>
      <description>&lt;p&gt;The code below is used to create a custom widget area in a WP template&lt;/p&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:01:17 UTC</pubDate>
      <guid>https://snipplr.com/view/41131/custom-widget-in-wordpress</guid>
    </item>
    <item>
      <title>(PHP) WordPress 3 Menu in Template and Functions - jschultz76</title>
      <link>https://snipplr.com/view/40628/wordpress-3-menu-in-template-and-functions</link>
      <description>&lt;p&gt;Code for enabling custom menus in your theme in WordPress 3. This code is from http://justintadlock.com/archives/2010/06/01/goodbye-headaches-hello-menus&lt;/p&gt;</description>
      <pubDate>Fri, 17 Sep 2010 03:18:29 UTC</pubDate>
      <guid>https://snipplr.com/view/40628/wordpress-3-menu-in-template-and-functions</guid>
    </item>
  </channel>
</rss>
