June 20, 201214 yr I am working from the Twenty Ten Theme in WordPress. From my main blog page I click on an article and go to the single post page. I don’t like the navigation here. There is duplicate navigation at both the top and the bottom of the post that navigates to the last or next post and NO link back to the main blog page. What I want to do is: 1. Remove the links both top and bottom 2. Add a link on the bottom left to link back to the main page of my blog Grateful for any advice.
June 20, 201214 yr Author Problem resolved! Actually managed to work this out myself! For anyone with a similar problem here is what I did. In the loop-single.php file remove the following div's: <div id="nav-above" … </div> <div id="nav-below" … </div> And to add a link back to the main blog page: <a href="<?php bloginfo('url');?>">Blog</a> Edited June 20, 201214 yr by cjbwebco
Create an account or sign in to comment