Hi,
i wonder how i can remove the frame below the menu – that tells you where you are at the moment – just like a sitemap information:
left: title of the page, right side: you are here – page/title
i really dont need that info – since my menue bar is fixed. it also takes a lot space when i check the page on the smartphone…
any idea?
thanks
Pedro
Yes, two options.
1) Use the meta box on the post/page editor screen to hide it:
2) Open up page.php, single.php and single-portfolio.php and delete
if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
In archive.php delete
echo avia_title(array('title' => avia_which_archive()));
YES – i chose the first option, since there arent much pages right now!! thanks for the quick response!!
my best regards