Using the featured image for a portfolio as the image source in a slider

Can I use the featured image of a portfolio to dynamically show on a slider ? I have been using the featured image URL and that doesn’t seem t work even when setting the specific post.

I also want to set the URL to the same portfolio, I would assume that it would be a type of post?

Hi @wicara,

Thanks for reaching out.
The Portfolio is also a Post Type. So, it will work as it is like Postand Featured Image, and the URL can be shown in the slider.

Thanks

Hello I can not get this to work for me to show the image should it show the image in the preview in cornerstone ?

Hi @wicara,

As I said before, it will work as it is like a Post slider. I would suggest you add a Slider element, add the Looper Provider to Query Builder and set the Post Type to Portfolio, and use the {{dc:post:featured_image}} in the Image element to show the feature image.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

Hi @wicara,

It seems that you are trying it inside the Query expression, you can find it under the Post as shown in the given screenshot. Or you can directly add the Dynamic Content tag as given below.

Dynamic Content tag:

{{dc:post:featured_image}}

Hope it helps.
Thanks