to see the issue.
https://www.rsecorp.com
1. click on the Contact tab.
2. clink on the Home tab
the page will get stuck.
Please help.
thanks,
-James
I have looked at several post and can’t find the answer. I went to pages and edited the permalink and it didn’t change anything.
Thanks for your help.
]]>thank you,
Meredith
In your header.php, look for …
<div id="naviation"
This DIV holds your nav bar, once you find that you should see something not far below that looks similiar to this…
<ul>
<?php wp_list_pages(); ?>
</ul>
Change it to….
<ul>
<li><a>/">Home</a></li>
<?php wp_list_pages(); ?>
</ul>
[Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
]]>Similar to my last query, but rather than simply listing all my blogs on my homepage, I want to make a separate blog tab which ‘pulls’ blogs of a certain tag.
I want to create a tab in the top menu which says ‘Moving to Sweden’. This is because I am creating a series of blogs about moving to Sweden, and I want them listed in their own page/tab as they operate a completely different style to the rest of my blogs.
Here’s my site: www.ashleyscrace.com
Would be great if you could help
]]>I have been reading around looking for a solution – I want to give the Home tab in my new site: www.nadaav.com/n a different title. Lots of people in forums have been saying it’s impossible, and you need to do custom menus and so on, but I know that is not the case.
I have managed this on two previous sites, but it was some time ago and I have forgotten how I did it.
For example if you see www.nadaav.com/soundasleep and www.nadaav.com/news – you will see that there is no home tab in either – or rather the home tab has been renamed in both. Neither have custom menus.
I can’t seem to work out how to do it again though.
Can anyone remind me how this is done?
thanks kindly
SD
]]>First time posting here, and I know it’s a bit of a novice question.
I’m using Attitude by Theme Horse and love it – great theme which is relatively simple to use, which is good for my site. Check it out here: www.ashleyscrace.com
However, I want to know a few things:
1) Home tab in menu at top
How do I create this? I want it purely as a link to return to the homepage, so when you click it you see exactly what you see now on ashleyscrace.com.
I don’t want a static page or anything like that. I want it to link to how it is RIGHT now.
2) Blog tab
With this in mind, my blogs currently display on the homepage. Is there any way I can create a ‘blog’ tab in the menu which, when clicked, will go to a feed of the blogs which are currently on the homepage?
So far, I can only see the option of making a static homepage (as an ‘entrance’) and then using a blog page elsewhere. I don’t want this – I want the homepage as it is now, the ability to quickly navigate back to it, and a blog tab which (essentially) streams the blogs currently on site.
Thanks for reading. Hope I’ve explained everything well enough!
]]>I am new to the wordpress web development program and have an amateur question I need help with. I am currently creating a blog using the contango theme and want to create a page labeled home that links back to my active home page. Not a stagnant page just simply a page labeled home that brings me to me original url (breweast.com). I have read many other forums on this same issue but am having trouble doing this with my designated theme. If any one could provide me with help that would be greatly appreciated.
Thanks,
Chris
]]>I could see this line in header.php
<!–menu–>
<div id=”menubar”>
<?php $navcheck = wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’, ‘menu_class’ => ‘nav’ ,’fallback_cb’ => ”, ‘echo’ => false ) ); ?>
<?php if ($navcheck == ”) { ?>
<ul class=”nav”>
<li class=”page_item”>” title=”Home”>Home
<?php wp_list_pages(‘title_li=&sort_column=menu_order’); ?>
<?php } else echo($navcheck); ?>
</div>
]]>