thanks for your help. where exactly in the code below would I add the actual text “Next Page” or “Previous Page”
<?php previous_posts_link( $label , $max_pages ); ?>
Probably quite simple… Please clarify. ie. Example Structure
Thanks
I am unsure if this helps, but this is the information included in my functions.php file…
| <?php
if ( function_exists(‘register_sidebar’) )
register_sidebars(2, array(
‘before_widget’ => ‘<ul class=”category-bg widget %2$s”>’,
‘after_widget’ => ”,
‘before_title’ => ‘<h2>’,
‘after_title’ => ‘</h2>’,
));
?> |