• Resolved r-land

    (@r-land)


    Hi,

    I found several solutions, but they all just display a list of ALL custom post categories. What I need is a bit different solution.

    I have Taxonomy – Tasks. Inside of it I have categories, like Mobile development, Design, Print Layout and so on.

    When I go to portfolio page, I see all works and a beautiful list of those categories. Now when I click on some work, I want to get the list of categories this work was published in.
    However, all solutions just give me again the full list of categories instead of needed ones.

    Does anybody have a solution?

Viewing 1 replies (of 1 total)
  • Thread Starter r-land

    (@r-land)

    damn it, came up with own solution 5 minutes after posted a thread here.
    if anybody is interested, here it is:

    <?php echo get_the_term_list( $post->ID, ‘CUSTOM TAXONOMY NAME HERE’,
    ‘TEXT BEFORE’, ‘SEPARATOR’, ‘TEXT AFTER’ ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Display custom post categories of exact custom post’ is closed to new replies.