<?php
$args = array(
'featured' => true,
'posts_per_page' => 16
);
$products = wc_get_products( $args );
just add--- add_post_type_support( 'page', 'excerpt' ); ----to functions.php
Comments
Post a Comment