Custom post type specific query

Hi. I’ve created a custom post type where I want to display specific Slider Revolution instances in a custom layout. So I’ve designed that layout and created a Provider that uses Query Builder to feed that custom post type, and a Looper that shows just one post.

The problem is that I don’t have any control over what post I’m showing. That is, what I want to happen is I make a new post in the CPT, insert a specific Slider, save it (and password protect it), then give the permalink to a client so they see that specific Slider.

But all I can get Pro to do is show the most recent post in that CPT. What I want is to build a query that when you enter a specific permalink, you see the contents of that post, NOT the contents of whatever the most recent post in that CPT is.

Does that make sense? What am I doing wrong with the Query?

Thanks!

Hi Matt,

Thanks for reaching out.
It seems that problem is with the Looper Provider where the Query Builder always shows the 1 posts in descending order, which means it shows the latest one only. While using the Single layout, you don’t need to use the Looper Provider to show the content of the assigned posts.

I went ahead and disable the Looper Provider and it starts showing the correct output for each Brochures.

Thanks

Ah, I didn’t know you could have a Looper Consumer without a Looper Provider.

Thanks for the info and the fix!

Hi Matt,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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