For the blog http://power-pickers.com/ I'm trying to make it so that when people click on the "home" tab, it brings them to http://power-pickers.com/ instead of where its currently looping to.
Thanks
For the blog http://power-pickers.com/ I'm trying to make it so that when people click on the "home" tab, it brings them to http://power-pickers.com/ instead of where its currently looping to.
Thanks
I'm confused. Although your Home link does point to http://power-pickers.com/home, it redirects to http://power-pickers.com/. So where's the problem?
I guess this "home" link is defined in your theme, i.e. try going to Appearance - Editor and open the file header.php. Can you find an a-element linking to this "home" page? Just change it.
If that's not the case maybe you should search for a call to wp_list_pages. Look it up on the codex and use the exclude parameter to exclude the home page and manually insert the correct link before this statement.
Another possibility is the pages widget which could have been placed in a sidebar representing the menu. Again, I would exclude the page in question and manually link to the "right" page.
Do you know what I'm talking about? Do you need more details? Just tell us...
This topic has been closed to new replies.