/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?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 } ?>
Comments
