<?php
return array(
"post_type" => "job_listing",
"post_status" => "publish",
"orderby" => "post__in",
"order" => "ASC",
"posts_per_page" => 10
);
Code snippets for FacetWP
<?php
return array(
"post_type" => "job_listing",
"post_status" => "publish",
"orderby" => "post__in",
"order" => "ASC",
"posts_per_page" => 10
);