Revision: 29475
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 30, 2010 02:09 by S_Park
Initial Code
<?php if ($paged < 2) { // if is page one ?> <p>This content will apear on the first page of a paged category/archive.</p> <?php } else { // optional ?> <p>This content will apear on subsequent pages.</p> <?php } ?>
Initial URL
Initial Description
Initial Title
Wordpress: Displaying Only on First Page of a Category/Archive
Initial Tags
wordpress
Initial Language
PHP