Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to display both posts and events in custom loop

$
0
0

Replies: 0

I want to show posts and events on the carousel with the tag home but it’s not working.

$args = array(
‘post_type’ => array(‘post’,’event’),
‘tag’ =>’home’,
‘suppress_filters’ => false,
‘posts_per_page’ => 5,
‘showpastevents’ => true
);


Viewing all articles
Browse latest Browse all 59525

Trending Articles