Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

Here is the site I'm working on http://heritageparkchildcarecentre.com/

I want the home button to link to that first page you land on when you first enter the site. been three days trying to figure this out. Im losing it!!!!

share|improve this question
I don't see a question here. if you set the menu item to point to the wrong URL you will get the wrong result – Mark Kaplun Feb 18 at 8:36

closed as too localized by Michael, toscho Feb 18 at 14:32

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

2 Answers

I visited your site and it appears that you have the Home button in your nav bar linked to: http://heritageparkchildcarecentre.com/home/. But your home page is really located here: http://heritageparkchildcarecentre.com

You should be able to edit the URL by removing the "/home" from your Menus area in the dashboard.

share|improve this answer
I haven't been able to remove the /home from the permalink, It will not let me save it unless something is there. Was that what you had suggested? – Nick Feb 18 at 3:16

Nick,

I believe what you are looking for is "static homepage".

go to settings > reading

at the top it says "front page displays"

instead of having "your latest posts" selected, choose the option below and set your static home page to "home".

Then you will need a page for your posts if it is actually a separate page, set it to that page. something like "blog" for example.

I hope this helps.

-Kris

share|improve this answer
Yes I tried that route and no luck. I have ran in to this problem before. I thought I just commanded the home page to get the items I needed via the php files but I cant remember how I did it. – Nick Feb 18 at 4:20

Not the answer you're looking for? Browse other questions tagged or ask your own question.