<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - nerdsane</title>
<link>http://snipplr.com/users/nerdsane/tags/wp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 08:57:50 GMT</pubDate>
<item>
<title>(PHP) Wordpress Custom Post Type : POST ID in post url</title>
<link>http://snipplr.com/view/63478/wordpress-custom-post-type--post-id-in-post-url/</link>
<description><![CDATA[ <p>so you want to have your url structure like :
yourdomain.com/post-type/286

add the following snippet to your functions.php and change the post-type names where appropriate</p> ]]></description>
<pubDate>Tue, 21 Feb 2012 22:29:29 GMT</pubDate>
<guid>http://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</title>
<link>http://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts/</link>
<description><![CDATA[ <p>this is how to automatically get short urls for your blog posts in wordpress, 

What you need 
is to decide which tinyurl service you will be using and get its api URL,
for example rinyurl.com , bit,ly, tr.im, 

here are the api URLS for the most famous services.

tinyurl.com : http://tinyurl.com/api-create.php?url=
is.gd : http://is.gd/api.php?longurl=
href.in : http://href.in/api.php?create=
tr.im : http://api.tr.im/api/trim_simple?url=

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!</p> ]]></description>
<pubDate>Sun, 26 Apr 2009 07:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/14431/automatically-get-short-urls-for-your-wordpress-posts/</guid>
</item>
</channel>
</rss>