1 ponsonbysmythe Mar 30, 2008 19:08
3 ponsonbysmythe Mar 31, 2008 22:21
Thx - all sorted :)
paulo wrote:
* In 1.x, links to other pages in the list of posts posts were displayed by <?php posts_nav_link() ?> . In 2.0, this again will fail miserably. use this instead:
<?php
if( isset($MainList) )
{ // Links to list pages:
$MainList->page_links( '<p class="center">'.T_('Pages:').' <strong>', '</strong></p>' );
}
?>
* In 1.x, links to other pages in the list of posts posts were displayed by <?php posts_nav_link() ?> . In 2.0, this again will fail miserably. use this instead:
<?php
if( isset($MainList) )
{ // Links to list pages:
$MainList->page_links( '<p class="center">'.T_('Pages:').' <strong>', '</strong></p>' );
}
?>