Okay
  Public Ticket #329023
Category Name on Portfolio pages
Closed

Comments

  • Peter started the conversation

    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?

  •  8,844
    Tahir replied

    Hey Peter!

    You can use this plugin easily : https://wordpress.org/plugins/breadcrumb-navxt/  . 

    Best,

    -T


    ThemeNectar Support Team