2 questions
1) see the link, how to remove the related portfolios ?
2) in the breadcrumble, the category isnt showing, possible ?
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
about 2. There is no page for that option, only a category. That is why i need the category also be showed
so is it possible to have the category show in the breadcrumb and not the page ?