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
);