EmmaWatsonClub
Member
Posted 4 years ago #
Hello. Im Caitlin and I was wondering if wordpress could actually create an option to hide your child pages on your menu but put a link to another page, for example like this sites links.
http://www.jojosite.starszz.com/domain.html
And also make a option to hide cateoories?
Who else thinks so?
Im trying to get them to make wordpress better. =]
There are plugins which allow you to redirect a Page (or post) link to any other URL:
http://wordpress.org/extend/plugins/easyredirect/
http://asymptomatic.net/2005/03/22/1413/redirectify-plugin/
You can also hide Page and/or category links by setting the appropriate parameter ('exclude' in both cases) in the template tags for each:
http://codex.wordpress.org/Template_Tags/wp_list_pages
http://codex.wordpress.org/Template_Tags/wp_list_categories
So at least here, WordPress is already better. ;)