Im sure most of you have done this so since this is my first wordpress blog some instructions on how to do this would be great. What i want is a link to my home page in the menu bar and for it to appear first. Thanks.
Go to header.php, find the list <ul> and add home link with <li><a href="url">Home</a></li>. How ever there may be slight difference depending on your theme
I think you are using ecomode theme which is quite different to the regular themes which at least i use in general. The above post which suggests use of custom menu can be used if the ecomode theme supports custom menu. If not you can do the following (just a simple idea) 1. Install "Quick Page/Post Redirect" plugin (a couple of clicks will do) using search in your admin dashboard. 2. Create a blank page and name it "Home", under the post edit area, you will find a page redirect option. Give full url of your home page. 3. Click on publish and thats it. Also, i noticed that there is no proper permalink structure set, i suggest you change it to "/%postname%/" Regards Edit: It seems like you solved it already when i was typing this post....