wzshop (August 25th, 2020)
$cc_get_post_title = get_the_title();
$args = array(
'post_type' => 'listing',
'location' => $cc_get_post_title,
'radius' => '20',
'posts_per_page', 10,
'paged' => get_query_var( 'paged' )
);
// The Query
$the_query = new WP_Query( $args );
wzshop (August 25th, 2020)
There are currently 1 users browsing this thread. (0 members and 1 guests)