groups

name language licence
Untitled Snippet Other Other
maeghandonovan HTML Other
someecards Other Other
featured sliding content PHP BSD
How to change the default Wordpress excerpt PHP BSD
player PHP BSD
Excluding the Category PHP BSD
Custom post title with lead graphic background PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: BSD

Excluding the Category

options: view full snippetsend to code collector
<?php query_posts('showposts=3&cat=44'); ?>  
	
(Continues...)