Tagged: header, navigation, Portfolio, post, sidebar
Hi all,
I’d like not to display the header (title + breadcrumbs) in my portfolio and post category. How can I do?
Thanks everybody.
Hi!
In archive.php and in taxonomy-portfolio_entries.php delete following line.
echo avia_title(array('title' => avia_which_archive()));
Regards,
Peter
Thanks!
Sorry, one more question: how to change the sidebar in Portfolio Category?
Hi,
You can only specify a sidebar on the actual portfolio item. Edit the portfolio item, look for Layout > Layout, choose right or left sidebar > Sidebar Setting > Select the sidebar. You can create a custom sidebar on Appearance > Widgets.
Regards,
Ismael
Hi Ismael, thanks for your reply, but I don’t understand: I put a portfolio category in my menu and called it Projects. When I click Projects I see a page with a preview of my portfolio items and a sidebar with all my pages, posts etc. I don’t want that sidebar. I also chose “Don’t display sidebar navigation” in Enfold Theme Options, but nothing happened.
There’s currently no option to use special sidebars on portfolio archive pages. You can use widget logic:
http://wordpress.org/extend/plugins/widget-logic/
and the conditional:
is_tax( 'portfolio_entries' );
to display certain widgets on the portfolio archive page only.
But I don’t want ANY sidebar, not even the default one.