Return to Snippet

Revision: 23478
at February 8, 2010 12:04 by hstothard


Initial Code
<?php if(is_category('3') && isset($paged) && (0 == $paged)){?>

//query goes in here...

<?php } ?>

Initial URL

                                

Initial Description

                                

Initial Title
Wordpress - Show a featured post only on first page of particular category

Initial Tags
wordpress

Initial Language
PHP