правки test1
This commit is contained in:
@@ -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