Home › Forums › Pro Support › Show posts in current category and specific tag › Reply To: Show posts in current category and specific tag
March 14, 2020 at 5:37 pm
#13983
Keymaster
What about this?:
$args = array(
'post__in' => array( 305512, 334934, 332645, 334067 ),
'orderby' => 'post__in',
);
wpsp_display( 1234, $args );