It seems that you are new here. You may want to sign up for e-mail updates or subscribe to my RSS feeds. Thanks for visiting!

This guest post was written by Mayank of ReviewSaurus. For more free software reviews, visit ReviewSaurus.com
Personally, I prefer that few things should remain under your control instead of any CMS and one of them is the way I want to display the Links in the TOP Navigation (usually, the about us, company, contact and similar links).
However, in most of the Wordpress themes it is done all automatically and that’s one thing which I don’t prefer because there are many links which I don’t want to display in the Top navigation bar but instead, I want to show them in the Footer area (for e.g. Disclaimer, Sitemap etc.)
So, Here’s a simple way of making the change and I’m sure you will find it pretty easy and will think that why you couldn’t think of that. Of course those who know about it, can keep their mouth shut or rather leave some appreciative comments.
In order to make this change, please follow these steps :
- Go to Wordpress admin presentation tab.
- Go to theme editor.
- Select Header.php file in some cases if the links are in the side bar then select sidebar.php
- Look for the following code in the file <?php wp_list_pages(’depth=1&sort_column=menu_order&title_li=’ . __(”) . ” ); ?> or something similar, mostly the line will have wp_list_pages
- Remove that line
- Simply put the HTML code for individual links and you are all set!
I hope that you’ll like this post helpful and that you won’t have to display those important pages at the wrong location. TAKE CONTROL OF YOUR THEME!
Tags: Blogging · page navigation hack · selective page appearance · Tips & Tricks · wordpressNo Comments




0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.