I am looking for some sort of plugin/hack that will change the navigation path names.
At the minute when a page is listed the URL is “wordpress/?page_id=4”, I am looking for a plugin that will allow a URL such as “wordpress/home/” so it states the name of the page rather than “?page_id=4”
You don’t need a plugin to do that. If you’ve looked around in the WP admin you might have stumbled upon “settings” “permalinks”? That‘s what you are looking for!
You must have put the index.php in your permalink structure and there’s no need for that, in fact, it could break things in 2.6 installations.
My advice is to use the custom structure /%post_id%/%postname%. There will be no ID for pages and it’s smarter to use a numerical element in the post “permalinks”. Read this for more info.
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Navigation Plugin?’ is closed to new replies.