правки test1

This commit is contained in:
2026-04-04 20:11:22 +03:00
parent 601135a50a
commit bf43603aad
2 changed files with 4 additions and 4 deletions

View File

@@ -672,7 +672,7 @@
} }
.catalog-grid { .catalog-grid {
grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-columns: repeat(4, minmax(0, 1fr));
} }
.catalog-card { .catalog-card {

View File

@@ -19,9 +19,9 @@ function twentytwentyfour_test1_catalog_markup() {
$products = wc_get_products( $products = wc_get_products(
array( array(
'status' => 'publish', 'status' => 'publish',
'limit' => 3, 'limit' => 4,
'order' => 'ASC', 'order' => 'DESC',
'orderby'=> 'date', 'orderby' => 'popularity',
) )
); );