WordPress how to use two variables for Post__not_in argument in a wp_query
How can I put two variables in post__not_in like this: 'post__not_in' => $excludeHome, $excludePostSlide When I do this only posts from first variable don't show up from the others show up. I can do that with array push like below…