Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
reference:
http://codex.wordpress.org/Template_Tags/wp_list_categories
1
711
posted 16 years ago by Ashung
Used to display the latest X number of posts from the specified category.
5
1004
posted 16 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
1239
posted 16 years ago by creator
Can also be used to load scriptaculous, or any js file in WP
2
899
posted 16 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
1434
posted 16 years ago by jonhenshaw
How to align floating images in wordpress posts and add captions.
2
727
posted 16 years ago by j_junyent
The code for my wordpress Archives page, there have been a few people who asked how I did it.
0
942
posted 16 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
1049
posted 16 years ago by j_junyent