Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
If you've ever tried to subscribe to a podcast outside of iTunes but only have an iTunes URL, you know how frustrating it is. Turns out that you just need to spoof yourself as an iTunes client to see the direct feed URL. This script helps with exactl...
1
1594
posted 13 years ago by lasavior
I needed a simple function to shorten a link with goo.gl and wrote this, thought it may help someone. Note: you still need an API key from goo.gl
1
1771
posted 13 years ago by lasavior
getCategory returns the category ID, getSection returns the section alias. Great for CSS overrides
0
922
posted 13 years ago by beneberle
function for determining the section ID of a given page. Good to include in a templatetools.php file inside of a template to set up some custom conditional logic
0
854
posted 13 years ago by beneberle
Another version for my old Order by Rand function now it includes some PHP
0
646
posted 13 years ago by aamirrajpoot
Returns the video id for any type of youtube url that holds one.
2
1259
posted 13 years ago by KabuqueJoe
post thumbnail function and display as background if function exists
0
769
posted 13 years ago by zealmurapa
Returns all of the custom fields (meta data) from a page / post and assigns them all to a single session array for compactness
1
828
posted 13 years ago by prwhitehead
Cache the results of your wordpress database queries for faster page generation
0
986
posted 13 years ago by prwhitehead
Dynamically get the guid of your a post from its post title (with wordpress caching)
0
806
posted 13 years ago by prwhitehead
Make sure your URL $_GET variables don't get repeated / duplicated when you are creating links / URLs dynamically.
0
737
posted 13 years ago by prwhitehead