This topic has 7 replies, 5 voices, and was last updated 12 years, 10 months ago by MothXz.
Viewing 8 posts - 1 through 8 (of 8 total)
Hello, i want to remove the hyperlink inside the pages, it’s possible?
I want the user stops your navigation there.
Thanks Minastirs for the fastest reply 🙂
Yes @fabianventura as minastirs said add the attribute with the value as false to deactivate the links.
Regards
Maqk
It’s not for the shortcodes, it’s for the menu template. When i choose a page to be a “menu”, it loads automatically all the menu types, and i prefer to use it instead the shortcodes. The problem is: The menu items, on the list inside the menu types, have a link that i need to disable, so the user can’t click it and go to a page where it only has a image.
Open lineofeast/taxonomy-menutype.php file and find the code shown below and replace with the code given below that
Find Code
< h2 class="menu-title">" rel="bookmark" title="Permanent Link to ">
Replace Code
< h2 class="menu-title">
Hi,
The code i have on this page is:
<h2 class="menu-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
When i replace with code you gave to me, it changes all the menu itens titles to ?php the title_….
What can i do?
Please provide the taxonomy-menutype.php file.
Regards,
MAWK
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.