2015-04-28, 20:09:45
Hi,
I use I18N for configuring my navigation. It is integrated with:
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:
So can I switch off the generation of the title tag for navigation entries?
Bye
Hypertexter
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="http://www.domain.de/blog">Blog</a>">Blog</a>
So can I switch off the generation of the title tag for navigation entries?
Bye
Hypertexter