I would like to disable the top navigation bar in the Go Green scheme.
Is this possible?
If so, how's it done please? Thanks!
I would like to disable the top navigation bar in the Go Green scheme.
Is this possible?
If so, how's it done please? Thanks!
Edit wp-content/themes/gogreen/header.php and remove the following part
<ul>
<?php wp_list_pages('title_li=&depth=1&include=' . get_option('ts_nav_pages')); ?>
</ul>Thank you.
Works wonderfully!
Ian D
I would like to include pages that have parent pages within the menu system. At present if a child page is selected within the Go Green options it has no visible effect when previewed. Can you suggest a good place to start with this requirement? The only option I can think of is to use dtabs plugin http://bit.ly/GHqcU and craft the css to retain the Go Green existing styling.
okso, go green doesn't have child page feature by default. You'll have to edit header.php and replace depth=1 with depth=2 in wp_list_pages function.
You must log in to post.