• Hi,

    I have a client that uses your plugin for managing portfolio items. The plugin works great, and I’ve been able to customize it for them, but they’re asking for the ability to place the tags they’ve used inside the portfolio post itself.

    I’ve since created a shortcode that does this, and it works for every other post on their site, but I cannot for the life of me figure out how to access visual portfolio tags.

    Is there a function I can call to do this? Is this even possible? Any help would be much appreciated…

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Nikita

    (@nko)

    Hi.

    Tags on custom post type Portfolio has a different slug (differs from default Pages and Posts) and you can get it using this function:

    get_the_terms( get_post(), 'portfolio_tag' )
    

    Regards, nK.

Viewing 1 replies (of 1 total)
  • The topic ‘Retrieving Portfolio Tags’ is closed to new replies.