Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #616851

    2 questions

    1) see the link, how to remove the related portfolios ?
    2) in the breadcrumble, the category isnt showing, possible ?

    #617777

    Hey BetuwePC!

    1- Would you like to remove post navigation from the sides? If so, please add following code to Functions.php file in Appearance > Editor

    add_filter("avia_post_nav_entries","remove_post_nav");
    function remove_post_nav(){
    return false;
    }

    2- Please edit your portfolio post and change Breadcrumb Hierarchy as needed – http://imgur.com/iYQQ5bX

    Regards,
    Yigit

    #618791

    about 2. There is no page for that option, only a category. That is why i need the category also be showed

    #620429

    so is it possible to have the category show in the breadcrumb and not the page ?

    #621533

    Hey!

    You can create a new page with your category name and add one of the elements to display your posts and choose to display that certain category and be able to choose in breadcrumb hierarchy

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.