<?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>Wed, 10 Jun 2026 03:19:35 +0000</lastBuildDate>
    <item>
      <title>(PHP) Wordpress Excluding Featured Image from Gallery - nerdsane</title>
      <link>https://snipplr.com/view/63824/wordpress-excluding-featured-image-from-gallery</link>
      <description>&lt;p&gt;This snippet will exclude the featured image from the attached images (gallery)&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2012 23:17:16 UTC</pubDate>
      <guid>https://snipplr.com/view/63824/wordpress-excluding-featured-image-from-gallery</guid>
    </item>
    <item>
      <title>(PHP) Wordpress Custom Post Type : POST ID in post url - nerdsane</title>
      <link>https://snipplr.com/view/63478/wordpress-custom-post-type--post-id-in-post-url</link>
      <description>&lt;p&gt;so you want to have your url structure like :&#13;
yourdomain.com/post-type/286&#13;
&#13;
add the following snippet to your functions.php and change the post-type names where appropriate&lt;/p&gt;</description>
      <pubDate>Tue, 21 Feb 2012 22:29:29 UTC</pubDate>
      <guid>https://snipplr.com/view/63478/wordpress-custom-post-type--post-id-in-post-url</guid>
    </item>
    <item>
      <title>(PHP) Automatically get short urls for your wordpress posts - nerdsane</title>
      <link>https://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts</link>
      <description>&lt;p&gt;this is how to automatically get short urls for your blog posts in wordpress, &#13;
&#13;
What you need &#13;
is to decide which tinyurl service you will be using and get its api URL,&#13;
for example rinyurl.com , bit,ly, tr.im, &#13;
&#13;
here are the api URLS for the most famous services.&#13;
&#13;
tinyurl.com : http://tinyurl.com/api-create.php?url=&#13;
is.gd : http://is.gd/api.php?longurl=&#13;
href.in : http://href.in/api.php?create=&#13;
tr.im : http://api.tr.im/api/trim_simple?url=&#13;
&#13;
Note: There are some short url services api's which requires authentication, like bit.ly , so keep that in mind, but my above services are ok!&lt;/p&gt;</description>
      <pubDate>Sun, 26 Apr 2009 07:49:54 UTC</pubDate>
      <guid>https://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts</guid>
    </item>
    <item>
      <title>(PHP) Get Your Most Recent Twitter Status Using PHP - nerdsane</title>
      <link>https://snipplr.com/view/12696/get-your-most-recent-twitter-status-using-php</link>
      <description>&lt;p&gt;To find your numerical Twitter ID, login to Twitter and click on your RSS feed (bottom of the page). The URL will look something like http://twitter.com/statuses/friends_timeline/12345678.rss. Your ID will be the 12345678.&lt;/p&gt;</description>
      <pubDate>Sun, 01 Mar 2009 04:29:12 UTC</pubDate>
      <guid>https://snipplr.com/view/12696/get-your-most-recent-twitter-status-using-php</guid>
    </item>
    <item>
      <title>(PHP) Create href.in short urls - nerdsane</title>
      <link>https://snipplr.com/view/12116/create-hrefin-short-urls</link>
      <description>&lt;p&gt;To use href.in API to generate a short URL.  using php curl&lt;/p&gt;</description>
      <pubDate>Wed, 11 Feb 2009 11:50:27 UTC</pubDate>
      <guid>https://snipplr.com/view/12116/create-hrefin-short-urls</guid>
    </item>
    <item>
      <title>(JavaScript) Show Hide a Div with Javascript - nerdsane</title>
      <link>https://snipplr.com/view/11792/show-hide-a-div-with-javascript</link>
      <description>&lt;p&gt;this code snippet will let u show/ hide a div element easily.&#13;
&#13;
&lt;a href="#"&gt;share it&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 03 Feb 2009 13:18:01 UTC</pubDate>
      <guid>https://snipplr.com/view/11792/show-hide-a-div-with-javascript</guid>
    </item>
    <item>
      <title>(PHP) Create Is.Gd url - nerdsane</title>
      <link>https://snipplr.com/view/11603/create-isgd-url</link>
      <description>&lt;p&gt;Is.Gd is a URL-shortening service much like TinyURL. Using PHPâ€™s cURL library, you can create shortened URLs on the fly with ease. â€œis.gdâ€ is much shorter than â€œtinyurl.comâ€ so if you need the URL to be as short as possible, use this method. &#13;
Create tinyurl.com urls : http://snipplr.com/view/11601/create-tinyurl/&lt;/p&gt;</description>
      <pubDate>Wed, 28 Jan 2009 07:23:37 UTC</pubDate>
      <guid>https://snipplr.com/view/11603/create-isgd-url</guid>
    </item>
  </channel>
</rss>
