Hi there! First of all, amazing plugin, it works wonders.
Second, was intersted to know if there was an easy way to modify the template besides copying this part of the function into my functions.php file.
if (!function_exists('pvc_most_viewed_posts')) {
function pvc_most_viewed_posts($args = array(), $display = true)
{ ...
I’ve seen other plugins offer a folder override in your theme folder. Thanks in advance!