diff --git a/inc/helpers/namespace.php b/inc/helpers/namespace.php index a3f895f..b49f072 100644 --- a/inc/helpers/namespace.php +++ b/inc/helpers/namespace.php @@ -58,7 +58,7 @@ function get_catalog_data( $page = 1, $per_page = 10, $orderby = 'title', $licen if ( $orderby === 'latest' ) { $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'last_updated', 'DESC' ); } else { - $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'pb_title', 'ASC' ); // + $sites_in_catalog = wp_list_sort( $sites_in_catalog, 'pb_title', 'ASC' ); } $total_pages = ceil( count( $sites_in_catalog ) / $per_page );