I'm trying to display breadcrumbs at the top of my Portfolio page and I was wondering how to display the category name. Currently, I have done this on the blog posts using:
<?php the_category(' '); ?>
<?php the_title(); ?>
However, on Portfolio pages the_category() doesn't display the category this post is in. Is there a way to do this on Portfolio pages?
I'm trying to display breadcrumbs at the top of my Portfolio page and I was wondering how to display the category name. Currently, I have done this on the blog posts using:
<?php the_category(' '); ?>
<?php the_title(); ?>
However, on Portfolio pages the_category() doesn't display the category this post is in. Is there a way to do this on Portfolio pages?
Hey Peter!
You can use this plugin easily : https://wordpress.org/plugins/breadcrumb-navxt/ .
Best,
-T
ThemeNectar Support Team