View Full Version : Buttons in the top
pikus
10-16-2008, 09:48 PM
Hello,
I have installed the Revolution theme.
I added a page but it is not showing in the bar under the title.
How to add the button to the new page next to the "About" button?
Thanks
Kevin
10-16-2008, 09:59 PM
Hey pikus (http://www.bloggingtips.com/forums/member.php?u=565)
Can you post the url of your forum please :)
(if for any reason you don't want it displayed publicly just message it to me and I will respond here)
kevin
silent_thunder
10-16-2008, 10:17 PM
I dont know about revolution theme but most premium thmes have a admin panel for you to directly control the pages. Check under manage--design--
Under which check whether all the pages have been highlighted or a tick mark
pikus
10-16-2008, 10:21 PM
the page is published already... but I am almost sure it needs to be added manually to the code
sarahG
10-16-2008, 10:38 PM
The code is using the wp_list_pages() tag and will create a list of all top level pages so either
1. You've removed this tag (unlikely)
2. You've added the include parameter to this tag and are not including the new page ID (unlikely)
3. You've not published the page, just saved it - check if there is a Publish button next to the save button on the right hand side
4. You've given the page a Page Parent under the advanced options, set it to have no parent.
5. Something in your CSS is hiding it, unlikely but possible. Check your source code and see if the page link is there.
Kevin
10-16-2008, 10:44 PM
it should actually display as the header code includes the code
<ul class="menu">
<li class="page_item page_item_1 <?php if ( is_home() ) { ?>current_page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
<?php wp_list_pages('title_li=&depth=1' ); ?>
</ul>
The wp_list_pages part of the code lists all pages so it should be displayed, as long as it isn't a subcategory. If so, you need to change the depth of pages which are displayed.
pikus
10-16-2008, 10:48 PM
:o yes you are right. I made a mistake it had a parent page.
I am very satisfied by your support.
It is the first time I receive a very good support in such a little time for such a nice free template!
I will suggest it around
vBulletin® v3.8.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.