Answer the question
In order to leave comments, you need to log in
How to sort products by additional fields in woocommerce?
Added additional fields with this code
$rrp2 = get_post_meta( $product->id, 'custom_price-2', true );
$rrp3 = get_post_meta( $product->id, 'custom_price-3', true );
$rrp4 = get_post_meta( $product->id, 'custom_price-4', true );
[featured_products per_page="50" columns="4" orderby="date" order="desc"]
Answer the question
In order to leave comments, you need to log in
featured_products
Can only accept: per_page
, columns
, orderby
, order
Here are the default values:
'per_page' => '12',
'columns' => '4',
'orderby' => 'date',
'order' => 'desc'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question