Hi. I´m trying to rename or delete links in the left menu.
For example rename "pages" to Cases.
Is that possible?
Hi. I´m trying to rename or delete links in the left menu.
For example rename "pages" to Cases.
Is that possible?
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.
haha. No I can see that :) I Thought I wrote under a minimalist theme forum.
The problem is that there is a predefined menu with the titles: Pages, links, cathegory and archives. These refers to the dasboard under my admin site.
Can I, in some way, delete and rename the names. So I only have the pages link. But called cases?
There is not much on the site. I'm only testing. But here's the link: http://www.juulstrup.com
Have you tried adding the Pages widget (with the title "cases") to the left menu?
Hi esmi - thanks for your respons.
Yes I have. But I cannot add them to the left menu.
I have also tried to make a custom menu. But I cannot add that either.
And even though I have crossed them of the mainmenu it still shows like pages.
I want the "contact" and "about" to be their own links and not a part of the all the other pages that shows under "cases".
Have you tried switching to the TwentyTen theme to confirm that this is a theme-specific problems
Yeah. I tryied your advice, but the custom menu will not show at all. Or link to my seperate pages I have chosen for each custommenu.
And the theme menu will only show all pages together at once.
Maybe I´m a rookie, but I don't know what to do. Can I change anything in the editor under sidebar. f.ex. this code:
<div id="leftcol" >
<div id="menu">
<h2 class="menuheader">cases</h2>
<div class="menucontent">
</div>
go to edit sidebar.php
<h2 class="menuheader">Categories</h2>
<div class="menucontent">
<ul>
<?php wp_list_categories('title_li=&show_count=0'); ?>
</ul>
</div>
Just change the "Categories" to something you want. ie "Cases"
the code will look like below.
<h2 class="menuheader">Cases</h2>
<div class="menucontent">
<ul>
<?php wp_list_categories('title_li=&show_count=0'); ?>
</ul>
</div>
Alternatively, just delete the chuck of code to remove the menu.
cheers
This topic has been closed to new replies.