Hello
I have this code in a custom page
It fetches specific ads according to a specific category and city
Now I'm on the Madrid city page
I want when clicking on another category, ads for this category are brought from the same city of Madrid
<?php osc_query_item(array(
"category_name" => "cars, houses",
"city_name" => "Madrid"
));
if(osc_count_custom_items() == 0) { ?>
<p class="empty"><?php _e('No Listings', 'modern') ; ?></p>
<?php } else { ?>
<table border="0" cellspacing="0">