Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged wordpress



wordpress function return html list with all posts grouped by month
1 1227 posted 17 years ago by miziomon
$quote -- name of function post_type=page -- remove to query posts orderby=rand -- random order showposts=1 -- limit to 1 post effect -- displays 1 random custom excerpt outside of the loop
1 1734 posted 17 years ago by davebowker
4 1940 posted 17 years ago by Wiederkehr
wordpress in subcategory
2 1796 posted 17 years ago by Ashung
reference: http://codex.wordpress.org/Template_Tags/wp_list_categories
1 1276 posted 17 years ago by Ashung
Used to display the latest X number of posts from the specified category.
5 2031 posted 17 years ago by creator
For use on a single page... Only displays the content if the displayed post is in the specified category. You can use the category slug or the category ID if you know it.
6 2340 posted 17 years ago by creator
Can also be used to load scriptaculous, or any js file in WP
2 1602 posted 17 years ago by davebowker
0 1884 posted 17 years ago by davebowker
This is a simple but powerful tweak to the wp-config.php file that will make it easy to run multiple websites using one database and codebase. Simply change "yourdomain.com" with your domain and that's it. Repeat that line for new domains.
2 2547 posted 17 years ago by jonhenshaw
uri: http://organic.qualitywordpress.com/
0 1370 posted 17 years ago by ChaosKaizer
The code for my wordpress Archives page, there have been a few people who asked how I did it.
0 1728 posted 17 years ago by kristin
I was looking for a way to post new articles remotely, and cross domain. I only needed to post new articles, not read, edit or anything like that, so I did not need a whole GUI or any other Interface like those WP-Desktop-clients. I wrote this script...
0 1818 posted 18 years ago by j_junyent
the above url has some helpful parameters
1 1408 posted 18 years ago by cori
taken from wordpress-- it took me a whole to find this on their site
3 1761 posted 18 years ago by melvitax
This snippet is originally from Tom Carden. All due credit goes to him.
2 2680 posted 18 years ago by Wiederkehr
Inserts "first" and "last" classes to the first and last items respectively. "first" and "last" classes defined in CSS as without padding.
2 1647 posted 18 years ago by nijgnet
Sets the sidebar photo appropriate for a section of the site by determining the parent Page of the subpage.
4 2134 posted 18 years ago by nijgnet