Looper with Ethos: How to display only featured posts?

Hello Dear Themco Support,

I was playing arround with the brilliant new Looper Feature.

Is there a way do only display resent posts that have the Index Featured Post Layout or Post Carousel Display set to ON?

Here is my attempt with a Query String:

post_type=post&post_status=publish&posts_per_page=4&_x_ethos_post_slider_blog_display=on

grafik

Thanks very much in advance and BR
Max

Hello @NGD,

Thanks for writing to us.

It would require a meta query. Please have a look at this thread to learn more about how meta query works in the Query String Looper type.

Hope it helps
Thanks

Thanks for your help.

I got it working now. Just for anyone else who may want to use it, here is the working code:

featured_post
post_type=post&post_status=publish&posts_per_page=4&meta_key=_x_ethos_index_featured_post_layout&meta_value=on

post_carousel_display
post_type=post&post_status=publish&posts_per_page=4&meta_key=_x_ethos_post_carousel_display&meta_value=on

post_slider_blog_display
post_type=post&post_status=publish&posts_per_page=4&meta_key=_x_ethos_post_slider_blog_display&meta_value=on

1 Like

Hello @NGD,

Gald that we were able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

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