在此处输入代码
<ol class="commentlist">
fsdfds
<?php wp_list_comments( apply_filters( \'woocommerce_product_review_list_args\', array( \'callback\' => \'woocommerce_comments\' ) ) ); ?>
</ol>
<?php if ( get_comment_pages_count() > 1 && get_option( \'page_comments\' ) ) :
echo \'<nav class="woocommerce-pagination">\';
paginate_comments_links( apply_filters( \'woocommerce_comment_pagination_args\', array(
\'prev_text\' => \'←\',
\'next_text\' => \'→\',
\'type\' => \'list\',
) ) );
echo \'</nav>\';
endif; ?>
<?php else : ?>
<p class="woocommerce-noreviews"><?php _e( \'There are no reviews yet.\', \'woocommerce\' ); ?></p>
<?php endif; ?>