правки test1
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user