is_paged (); on index.php not working?
-
I have a problem with is_paged (); on index.php and archive.php. I use this code to control the display of the part with page navigation.
<?php if (is_paged ()) { ?>
<div class=”navigation_in”>
<div style=”float:left”><?php posts_nav_link(”,”,’« Previous Entries’) ?></div>
<div style=”float:right”><?php posts_nav_link(”,’Next Entries »’,”) ?></div>
</div>
<?php } ?>But is_paged (); just doesn’t return any value.. I’m using 1.5.1.3. Can anyone help?
Thanks!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘is_paged (); on index.php not working?’ is closed to new replies.