tisthammer
Member
Posted 2 years ago #
This is my site: http://www.jorgenaskfamiliekiropraktor.no/blog/
I want to remove the link "Kiropraktor Jorgen Ask" in the banner menu. The top box on the right side already has a link to this page, and it should be the only one. How do I remove it. Should probably add that I'm kind of a newbie to WP:)
Fred
randinicole
Member
Posted 2 years ago #
Try this
<?php wp_list_pages('exclude=207' ); ?>
demon36
Member
Posted 2 years ago #
I think you can use the plugin "Exclude Pages from Navigation"
tisthammer
Member
Posted 2 years ago #
"Exclude Pages from Navigation" did it. Thank you very much mr. D