/ Published in: PHP
Expand |
Embed | Plain Text
<?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 } ?>
You need to login to post a comment.
