<?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 15:09:07 +0000</lastBuildDate>
    <item>
      <title>(PHP) Wordpress functions for image resizing using timthumb - bitsculptor</title>
      <link>https://snipplr.com/view/73542/wordpress-functions-for-image-resizing-using-timthumb</link>
      <description>&lt;p&gt;This uses the timthumb script saved as sized.php in the theme directory&lt;/p&gt;</description>
      <pubDate>Sat, 01 Feb 2014 02:28:10 UTC</pubDate>
      <guid>https://snipplr.com/view/73542/wordpress-functions-for-image-resizing-using-timthumb</guid>
    </item>
    <item>
      <title>(jQuery) Full Width Headline with simple bars to fill the white space - bitsculptor</title>
      <link>https://snipplr.com/view/73473/full-width-headline-with-simple-bars-to-fill-the-white-space</link>
      <description>&lt;p&gt;This is a combination of html, css, and jQuery to create a neat little effect that gives a full width headline where the text is surrounded by 1px bars that fill the white space.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Jan 2014 03:09:14 UTC</pubDate>
      <guid>https://snipplr.com/view/73473/full-width-headline-with-simple-bars-to-fill-the-white-space</guid>
    </item>
    <item>
      <title>(PHP) Facebook Comments for Wordpress - bitsculptor</title>
      <link>https://snipplr.com/view/72192/facebook-comments-for-wordpress</link>
      <description>&lt;p&gt;This is the code to add facebook comments to your wordpress site.&lt;/p&gt;</description>
      <pubDate>Fri, 23 Aug 2013 23:04:57 UTC</pubDate>
      <guid>https://snipplr.com/view/72192/facebook-comments-for-wordpress</guid>
    </item>
    <item>
      <title>(JavaScript) Safe console.log usage in all browsers - bitsculptor</title>
      <link>https://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers</link>
      <description>&lt;p&gt;IE doesn't like console.log. This fixes that.&lt;/p&gt;</description>
      <pubDate>Fri, 24 May 2013 00:36:30 UTC</pubDate>
      <guid>https://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers</guid>
    </item>
    <item>
      <title>(JavaScript) iOS orientation change zoom bug fix - bitsculptor</title>
      <link>https://snipplr.com/view/71258/ios-orientation-change-zoom-bug-fix</link>
      <description>&lt;p&gt;This is a simple fix for the iOS zoom bug that happens when changing screen orientations.&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 04:48:06 UTC</pubDate>
      <guid>https://snipplr.com/view/71258/ios-orientation-change-zoom-bug-fix</guid>
    </item>
    <item>
      <title>(PHP) Custom Page Templates in a WordPress Plugin - bitsculptor</title>
      <link>https://snipplr.com/view/71257/custom-page-templates-in-a-wordpress-plugin</link>
      <description>&lt;p&gt;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.&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 01:34:35 UTC</pubDate>
      <guid>https://snipplr.com/view/71257/custom-page-templates-in-a-wordpress-plugin</guid>
    </item>
    <item>
      <title>(PHP) Simple iframe shortcode for wordpress - bitsculptor</title>
      <link>https://snipplr.com/view/70540/simple-iframe-shortcode-for-wordpress</link>
      <description>&lt;p&gt;this is a simple script to take iframe parameters and build an iframe via a shortcode&lt;/p&gt;</description>
      <pubDate>Tue, 26 Mar 2013 02:40:07 UTC</pubDate>
      <guid>https://snipplr.com/view/70540/simple-iframe-shortcode-for-wordpress</guid>
    </item>
    <item>
      <title>(CSS) transparent png drop shadow - bitsculptor</title>
      <link>https://snipplr.com/view/70539/transparent-png-drop-shadow</link>
      <description>&lt;p&gt;This allows you to set a drop shadow around the actual image in a transparent png instead of around the box.&lt;/p&gt;</description>
      <pubDate>Tue, 26 Mar 2013 01:55:46 UTC</pubDate>
      <guid>https://snipplr.com/view/70539/transparent-png-drop-shadow</guid>
    </item>
    <item>
      <title>(Bash) host email off server linux commands - bitsculptor</title>
      <link>https://snipplr.com/view/70530/host-email-off-server-linux-commands</link>
      <description>&lt;p&gt;see source&lt;/p&gt;</description>
      <pubDate>Sun, 24 Mar 2013 06:10:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70530/host-email-off-server-linux-commands</guid>
    </item>
    <item>
      <title>(jQuery) Javascript touch events from click - bitsculptor</title>
      <link>https://snipplr.com/view/70525/javascript-touch-events-from-click</link>
      <description>&lt;p&gt;Add the init() function to your document.ready call. This allows touch events to be handled like click events.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Mar 2013 05:42:58 UTC</pubDate>
      <guid>https://snipplr.com/view/70525/javascript-touch-events-from-click</guid>
    </item>
    <item>
      <title>(JavaScript) placeholder replacement - bitsculptor</title>
      <link>https://snipplr.com/view/70522/placeholder-replacement</link>
      <description>&lt;p&gt;easy way to use placeholders before html5&lt;/p&gt;</description>
      <pubDate>Sat, 23 Mar 2013 01:33:10 UTC</pubDate>
      <guid>https://snipplr.com/view/70522/placeholder-replacement</guid>
    </item>
    <item>
      <title>(PHP) Custom columns for wordpress custom post type - bitsculptor</title>
      <link>https://snipplr.com/view/70009/custom-columns-for-wordpress-custom-post-type</link>
      <description>&lt;p&gt;This adds custom columns to a custom post type&lt;/p&gt;</description>
      <pubDate>Wed, 20 Feb 2013 07:05:55 UTC</pubDate>
      <guid>https://snipplr.com/view/70009/custom-columns-for-wordpress-custom-post-type</guid>
    </item>
    <item>
      <title>(JavaScript) Reset tabindex on pageload - bitsculptor</title>
      <link>https://snipplr.com/view/69773/reset-tabindex-on-pageload</link>
      <description>&lt;p&gt;This will reset the tabindex of all input fields on a form after page load&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2013 08:37:58 UTC</pubDate>
      <guid>https://snipplr.com/view/69773/reset-tabindex-on-pageload</guid>
    </item>
    <item>
      <title>(PHP) Custom login page changes for Wordpress - bitsculptor</title>
      <link>https://snipplr.com/view/67783/custom-login-page-changes-for-wordpress</link>
      <description>&lt;p&gt;This allows you to change the logo, title text, and url for the login logo in wordpress.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Oct 2012 02:16:44 UTC</pubDate>
      <guid>https://snipplr.com/view/67783/custom-login-page-changes-for-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Custom post type, taxonomy, and messages - bitsculptor</title>
      <link>https://snipplr.com/view/67757/custom-post-type-taxonomy-and-messages</link>
      <description>&lt;p&gt;This gives the code for creating a custom post type with all the necessary labels and even custom message support, and it gives the code for a custom taxonomy with that post type.&lt;/p&gt;</description>
      <pubDate>Tue, 16 Oct 2012 06:27:28 UTC</pubDate>
      <guid>https://snipplr.com/view/67757/custom-post-type-taxonomy-and-messages</guid>
    </item>
    <item>
      <title>(PHP) Template Finder for Wordpress - bitsculptor</title>
      <link>https://snipplr.com/view/67719/template-finder-for-wordpress</link>
      <description>&lt;p&gt;This will show you what template you are currently viewing (index.php, page.php)&lt;/p&gt;</description>
      <pubDate>Sat, 13 Oct 2012 05:13:36 UTC</pubDate>
      <guid>https://snipplr.com/view/67719/template-finder-for-wordpress</guid>
    </item>
    <item>
      <title>(PHP) custom post type custom update message - bitsculptor</title>
      <link>https://snipplr.com/view/67717/custom-post-type-custom-update-message</link>
      <description>&lt;p&gt;This allows you to change the post updated message that wordpress automatically inserts.&lt;/p&gt;</description>
      <pubDate>Sat, 13 Oct 2012 03:41:10 UTC</pubDate>
      <guid>https://snipplr.com/view/67717/custom-post-type-custom-update-message</guid>
    </item>
    <item>
      <title>(PHP) Wordpress gravitar addons - bitsculptor</title>
      <link>https://snipplr.com/view/65712/wordpress-gravitar-addons</link>
      <description>&lt;p&gt;this is an easy function to add a gravitar to wordpress.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jun 2012 04:31:46 UTC</pubDate>
      <guid>https://snipplr.com/view/65712/wordpress-gravitar-addons</guid>
    </item>
    <item>
      <title>(PHP) Wordpress get attachements for post or page - bitsculptor</title>
      <link>https://snipplr.com/view/65702/wordpress-get-attachements-for-post-or-page</link>
      <description>&lt;p&gt;Gets a post or page's attached images and outputs them.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:31:03 UTC</pubDate>
      <guid>https://snipplr.com/view/65702/wordpress-get-attachements-for-post-or-page</guid>
    </item>
    <item>
      <title>(PHP) Add custom styles to visual editor Wordpress - bitsculptor</title>
      <link>https://snipplr.com/view/65700/add-custom-styles-to-visual-editor-wordpress</link>
      <description>&lt;p&gt;A little function to add custom styles to the tinymce editor in wordpress.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Jun 2012 08:18:05 UTC</pubDate>
      <guid>https://snipplr.com/view/65700/add-custom-styles-to-visual-editor-wordpress</guid>
    </item>
    <item>
      <title>(PHP) Pagination using twitter bootstrap styles - bitsculptor</title>
      <link>https://snipplr.com/view/63258/pagination-using-twitter-bootstrap-styles</link>
      <description>&lt;p&gt;this can be adapted by simply changing the urls. starts with an array for incoming data.&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 06:20:15 UTC</pubDate>
      <guid>https://snipplr.com/view/63258/pagination-using-twitter-bootstrap-styles</guid>
    </item>
    <item>
      <title>(PHP) Sort multidimensional array - bitsculptor</title>
      <link>https://snipplr.com/view/63256/sort-multidimensional-array</link>
      <description>&lt;p&gt;This sorts a multi-dimensional array by one of the values in the array. Sorts in Desc order (most recent date first).&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 06:17:10 UTC</pubDate>
      <guid>https://snipplr.com/view/63256/sort-multidimensional-array</guid>
    </item>
    <item>
      <title>(PHP) Using Advanced Custom Fields\' Relationship Field to show attachments of a related post - bitsculptor</title>
      <link>https://snipplr.com/view/60202/using-advanced-custom-fields-relationship-field-to-show-attachments-of-a-related-post</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 26 Oct 2011 14:33:52 UTC</pubDate>
      <guid>https://snipplr.com/view/60202/using-advanced-custom-fields-relationship-field-to-show-attachments-of-a-related-post</guid>
    </item>
    <item>
      <title>(jQuery) Javascript (jQuery) markup for saef in expression engine - bitsculptor</title>
      <link>https://snipplr.com/view/58662/javascript-jquery-markup-for-saef-in-expression-engine</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 14 Sep 2011 07:44:49 UTC</pubDate>
      <guid>https://snipplr.com/view/58662/javascript-jquery-markup-for-saef-in-expression-engine</guid>
    </item>
    <item>
      <title>(PHP) Connect to LDAP anonymously or with a uid/pass combo - bitsculptor</title>
      <link>https://snipplr.com/view/58530/connect-to-ldap-anonymously-or-with-a-uidpass-combo</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 03:46:18 UTC</pubDate>
      <guid>https://snipplr.com/view/58530/connect-to-ldap-anonymously-or-with-a-uidpass-combo</guid>
    </item>
    <item>
      <title>(PHP) Timestamp Selectbox 15 min intervals - bitsculptor</title>
      <link>https://snipplr.com/view/58528/timestamp-selectbox-15-min-intervals</link>
      <description>&lt;p&gt;Outputs a select box that has timestamps from 12AM-12PM in 15min increments.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Sep 2011 02:32:15 UTC</pubDate>
      <guid>https://snipplr.com/view/58528/timestamp-selectbox-15-min-intervals</guid>
    </item>
  </channel>
</rss>
