exclude pages problem
-
I am using a template with a 3rd column and I’m having trouble getting Pages into menu order and excluding pages from the list having had Pages moved from sidebar to the 3rd column.
This is what the code currently looks like while I have been experimenting:
<ul>
<? // php wp_list_pages('title_li=<h2>'.$blog_navigation.'</h2>'); ?><?php wp_list_pages('sort_column=menu_order&title_li=<h2>' .<br />
__('Pages') .<br />
'</h2>' ); ?><?php wp_list_pages('exclude=21&title_li=<h2>' . __('Pages') . '</h2>' );<br />
?>
</ul>
So I have two Pages headings, one has an alpha list and one a menu list but both have the page I’m trying to exclude.Can anyone help? I am not a techie so have been getting some help so far.
Regards
Mike
- The topic ‘exclude pages problem’ is closed to new replies.