Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Useful for adding Custom Post types to navigation this will list all custom post type posts
1
608
posted 11 years ago by i-am-andy
Manually print out a category-navigation in a magento frontend template. within "stristr" you can enter an array of category-ids that should be hidden from display.
0
646
posted 11 years ago by luxmedia
One approach to get all child categories of a magento category.
0
595
posted 11 years ago by luxmedia
This will check the date and if it is not a valid date then it will increment the month and reset the day back to one.
1
565
posted 11 years ago by _reydin_
This will generate a random alpha numeric string 20 characters long.
1
698
posted 11 years ago by _reydin_
I need this function all too often and figured I'd share it. Limit the_content() by word limit by using built in WordPress functions.
0
648
posted 11 years ago by crypticsoft
Here is a quick example on how to generate your own portfolio with filtering based on a taxonomy (in this case 'Solutions').
0
707
posted 11 years ago by crypticsoft
A little function to add custom styles to the tinymce editor in wordpress.
1
549
posted 11 years ago by bitsculptor
Just a small function to sanitize the user's input of any xss and sqli. I saw a lot of ones that didn't include htmlentities or htmlspecialchars, and were still vulnerable to persistent/reflected xss.
1
539
posted 11 years ago by TheNullByte
Extracts the video title & download URL from a youtube page and starts a download.
3
1047
posted 11 years ago by codespartan
For a project I needed to generate a unique code for each user the client would input manually. Each user would have four fields (first name, last name, email, zipcode). Omitting the email addresses ensures unique output because we reduce the chances...
0
397
posted 11 years ago by fmdfrank
Adding HTML into custom blocks rather than hard coding makes it so people don't bother us devs to change sheite!
1
622
posted 11 years ago by cpres
when someone trying to or two conditions using active record database library in codeigniter
0
538
posted 11 years ago by pruntrut
Look if the given input could be a legal VAT-number.
Accepts input with or without '.' between the numbers and must contain a County-code
0
667
posted 11 years ago by MGHollander
Straatnamen en huisnummer splitsen, hieronder diverse types straatnamen
Bron: http://www.pfz.nl/archief/965267-adres-splitsen-in-straatnaam-en-huisnr/
0
775
posted 11 years ago by MGHollander
Example calculate yesterday, but if you multiply by some number you can get in an easy way, weeks, months or years
0
719
posted 11 years ago by satie83
For more parameters: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters
0
413
posted 11 years ago by thescottlee
- Use custom image size within template (including if exist)
- Add a class name to a custom image size
0
656
posted 11 years ago by thescottlee
Note: This also uses a flat file to cache the results, be sure to also upload the 'rss_cache.txt' file.
Usage:
<?php>
0
707
posted 11 years ago by crypticsoft
A function to query the 10 most recent posts on a multisite WordPress installation
0
1368
posted 11 years ago by chasecrawford