<?php while( osc_has_custom_items() && $c_i < 10) { ?>
@emma233Go to file:oc-content/themes/patricia/main.phpFind line:Code: [Select]<?php while( osc_has_custom_items() && $c_i < 10) { ?>Replace number 10 with your own number.
@maxThen- you do not have at least 11 listings in that category- you did not do it- osclass query does not pull more than 10 listings
<?php osc_query_item(array("category" => $cat_id)); ?>
<?php osc_query_item(array("category" => $cat_id, "results_per_page" => 20)); ?>