hi,
I'm relatively new to WordPress. I'm using a portfolio template on my WordPress site:
http://www.ankaweb.co.uk/wordpress/?page_id=16
I added a submenu to the Portfolio category which looks to be working fine. The third submenu item has the default template and works fine. However, when I set the template of a submenu page to 'Portfolio', the page will not show (see submenu items 1 & 2).
All I have in the header.php is:
<ul id="nav">
<?php $new = '<span>-</span>'; wp_list_pages('title_li=&link_after=' . $new . ''); ?>
Not sure what code I need to add & where.. Any help on this very much appreciated!
Anna