Issues using WP Portfolio with dynamic fields

I am having a problem on a site where I am unable to get many of the dynamic content fields of wp portfolio items to actually render. For instance, {{dc:term:name}} doesn’t return anything despite the portfolio item having a category. Also, {{dc:post:featured_image_id}}{{dc:post:featured_image_id}} doesn’t display the correct featured image for the portfolio item. I have also tried using {{dc:term:portfolio-catgeory:name}} and similar queries with no results. Can you assist?

Hello @edevita ,

Thanks for writing to us.

In order to help you with your concerns, we need to check your settings. I would request please share the admin login details. Meanwhile, I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password
  • Exact page URL

You can find the Secure Note button at the bottom of your posts

Thanks

I’ve sent the secure note. Hopefully it makes sense.

Hello @edevita,

If you are going to use {{dc:term:name}} on a single layout, you will need to run a Looper provider first. Use the prefab Terms element as your basis. The element structure would be like:

Looper Provider Current Post Term [portfolio categories]
   Looper Consumer
        Text element [ {{dc:term:name}} ]

Hope this makes sense.