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


Messages In This Thread
I18N Navigation without title tag in the link? - by Hypertexter - 2015-04-28, 20:09:45



Users browsing this thread: 1 Guest(s)