• Resolved jerryr

    (@jerryr)


    The prev and next link is not appearing in the post – what is the setting or css for the prev and next link to appear ?

Viewing 1 replies (of 1 total)
  • Theme Author Towfiq I. (Brave)

    (@tislam100)

    Open up single.php and add this:

    <div class="navigation">
    				<div style="float:left;"><?php previous_post_link('%link', '&laquo;&laquo; Previous Post'); ?></div>
    				<div style="float:right;"><?php next_post_link('%link', 'Next Post &raquo;&raquo;'); ?></div>
                    </div>

    After this:

    </div><div class="edit"><?php edit_post_link(); ?></div>

Viewing 1 replies (of 1 total)

The topic ‘prev and next link’ is closed to new replies.