правки test1
This commit is contained in:
@@ -672,7 +672,7 @@
|
||||
}
|
||||
|
||||
.catalog-grid {
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.catalog-card {
|
||||
|
||||
@@ -19,9 +19,9 @@ function twentytwentyfour_test1_catalog_markup() {
|
||||
$products = wc_get_products(
|
||||
array(
|
||||
'status' => 'publish',
|
||||
'limit' => 3,
|
||||
'order' => 'ASC',
|
||||
'orderby'=> 'date',
|
||||
'limit' => 4,
|
||||
'order' => 'DESC',
|
||||
'orderby' => 'popularity',
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user