| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| | Thread Tools | Display Modes |
| |||
| Hey guys it's me again ,I remember mark and daniel giving me some of the info on this but I may have blanked out on some of it : How do you get the different tabs on the word press blog like home,contact us etc?Do I get the template file and edit it in dreamweaver or coffee cup With html ,is that how you do it or is there another way. thanks everyone! |
| |||
| Hello, If you are talking about the tabs that go right next to the "home" tab, it is real easy. go to your admin then go to write and pages those tabs are page tabs. They are different than a post. So if you want to create more tabs, just use "write pages". Thats it Steve |
| |||
| Quote:
Very recently I have been listening to some PLRPro training videos. For max SEO purposes your home page tab for Fibromyalgia site could say Fibromyalgia Home. You get a bit more SEO punch for your site that way from what I understand. Maybe add your main or secondary keyword to the home page nav tab. Make sure to always save your original files first such as header.php in case you mess up the code... ![]() Next I did not know how to change the 'home' page title so I did a search on the forums here. This is what I found. I'm going to give credit where it deserves here by including the poster's names. See below. bwilcosh Junior Member Hello, Changing the Header file worked perfectly and should help a touch with the on-page SEO. Changing the landing page for the 'Home' button will be an option if we want to direct the site visitors to a Static HTML page like Robert's Car Auction Review site. I can really see the advantages of this approach, especially if you want to do a little additional pre-sell. Thanks to both of you for the help, Bill stefank Junior Member I think enough is to add one more[*] tag to this code, example: Code: <div id="navigation"> <ul> <li class="selected">> Home[*]<?php wp_list_pages('sort_column=menu_order&depth=1&titl e_li='); ?>[*] Anchor Text[/list] Hi Bill, In the back-end of your WP site, Under Presentation, Theme Editor, go to Header php and scroll down until you find <div id="navigation"> <ul> <li class="selected">> Home[*]<?php wp_list_pages('sort_column=menu_order&depth=1&titl e_li='); ?>[/list]Where it says "Home" make that "Your Niche Home" or whatever you want the title to be. I'm not sure how you would do the other, probably with the href but I haven't delved that far yet. __________________ Cheers Carmel Quote:
Just wanted to say thanks for this post to stefank and carm. I've very recently been looking at how to change the home page and now thanks to you to I found the solution. Indeed I Do Thank You Both Joaquin
__________________ When you are looking for a solution, you are feeling positive emotion - but when you are looking at a problem, you are feeling negative emotion. Focusing upon a solution makes you feel positive emotion. Focusing upon a problem makes you feel negative emotion, and while the differences are subtle, they are very important. Joaquin Last edited by joaquin : 04-12-2008 at 07:10 AM. Reason: Changing Something |
| |||
| thanks for the info guys,and thanks for the seo tip on the pages too,that should make a a big difference for me ! |
| |||
| Quote:
Joaquin
__________________ When you are looking for a solution, you are feeling positive emotion - but when you are looking at a problem, you are feeling negative emotion. Focusing upon a solution makes you feel positive emotion. Focusing upon a problem makes you feel negative emotion, and while the differences are subtle, they are very important. Joaquin |