Viewing 2 replies - 1 through 2 (of 2 total)
  • If you look at your single.php, you will see somewhere something like this:

    <div class="navigation">
    	<div class="alignleft">&laquo;  php code here </div>
    	<div class="alignright"> php code here.  &raquo;</div>
    </div>

    You can either remove this code or in your css, try

    .navigation {
    display:none;
    }
    Thread Starter senecahester

    (@senecahester)

    Thank you Christine. I wasn’t expecting an answer so soon. I will definitely try that. Thanks for your insight! I’ll let you know how this works out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I Want To Remove The Navigation Links Appearing At The Top Of My Blog Pages’ is closed to new replies.