Thread Starter
j3rome
(@j3rome)
Thx.. your link helps me 🙂
Now is the problem – i have hidden the page title on all pages in my child theme. -> No Link to full page ..
.entry-title {
display: none;
}
through this i have no page title on the tagging archive page.
How to override the page title for only the tag.php to visible?
Thread Starter
j3rome
(@j3rome)
i have fixed the problem.
wp-content/themes/customizr/parts/class-header-nav_walker.php
change on line 32:
if ( $item->is_dropdown && ( $depth === 0)) {
$item_html = str_replace( '<a' , '<a class="dropdown-toggle"' , $item_html);
Thread Starter
j3rome
(@j3rome)
Thx, i know the first link but is there no alternative code / fix? to make the Parents working? 🙁