Home › Forums › Pro Support › Show posts in current category and specific tag › Reply To: Show posts in current category and specific tag
March 13, 2020 at 8:21 pm
#13961
Keymaster
Strange. Just to debug, what if you do this?:
$args = array(
'post__in' => array( 305512, 334934, 332645, 334067 ),
);
wpsp_display( 1234, $args );