Display a list of most viewed products on WooCommerce.
Display WooCommerce products sorted by view count.
[wcmvp]
, [wcmvp product_count="10"]
to display the most viewed products inside page/post content.<?php wcmvp_display_most_viewed_products( 10 ); ?>
If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.
/wp-content/plugins/
directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.[wcmvp]
, [wcmvp product_count="10"]
to display the most viewed products inside page/post content.<?php wcmvp_display_most_viewed_products( 10 ); ?>
in templates.Most Viewed Products
inside sidebars.Note:
WooCommerce plugin must be installed prior to this.