Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: RESOLVED: Crazy WordPress question


@mercime
Keymaster

@mercime

At least two simple ways to get back control of your pages (change brackets to curlies in codes below):

A. delete [?php dp_list_pages(); ?] and replace it with [?php wp_page_menu( ‘exclude=5,53,75’ ); ?] in your header.php
then delete block of code in functions.php from # Displays a list of pages to ending curly of that block (just before you reach # Displays a list of categories)

B. If you’re on WP 3.0, you could add wp 3.0 custom navigation menus
– replace [? php dp_list_pages(); ?] in header php and the block of code in functions.php mentioned in A with info per this article

Skip to toolbar