Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #22856

    Hi all,

    I’d like not to display the header (title + breadcrumbs) in my portfolio and post category. How can I do?

    Thanks everybody.

    #117539

    Hi!

    In archive.php and in taxonomy-portfolio_entries.php delete following line.

    echo avia_title(array('title' => avia_which_archive()));

    Regards,

    Peter

    #117540

    Thanks!

    #117541

    Sorry, one more question: how to change the sidebar in Portfolio Category?

    #117542

    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

    #117543

    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.

    #117544

    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.

    #117545

    But I don’t want ANY sidebar, not even the default one.

    #117546

    Hi,

    Please send the login details on ///.

    Include this thread on your email.

    Regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘No Header in Portfolio and Post Category’ is closed to new replies.