Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED I18N Navigation without title tag in the link?
#1
Hi,

I use I18N for configuring my navigation. It is integrated with:

Code:
<div id="navigation">
<ul>
<?php get_i18n_navigation(return_page_slug(),0,3,I18N_SHOW_MENU); ?>
</ul>
</div>

When the page is generated, I get menu links with the title-tag. Is it possible to avoid this behaviour?

My problem are ugly title tags, because some of my page-h1 titles are URLs and not only text:
Code:
<a href="www.domain.de/blog" title="<a href=&quot;http://www.domain.de/blog&quot;>Blog</a>">Blog</a>


So can I switch off the generation of the title tag for navigation entries?

Bye
Hypertexter
Reply
#2
(2015-04-28, 20:09:45)Hypertexter Wrote: So can I switch off the generation of the title tag for navigation entries?

Use custom rendering: the example there should already be what you want.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#3
Hello mvlcek,

that works fine, thank you!

I added a component as you proposed and now call the navigation with

Code:
<?php get_i18n_navigation(return_page_slug(),0,3,I18N_SHOW_MENU, $component=navigation); ?>

I do not understand the component, but the title tag has disappeared. Smile

Thank you.

Bye
Hypertexter

? How can I mark this question as solved? ?
Reply
#4
I did it for you , you just full edit the first post, and change it.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
Idea  Thank you!
Reply




Users browsing this thread: 1 Guest(s)