Hi @hcabrera i really need help with your plugin, I want to add a Template Parameter in on my page but I want the themes to appear as the Cardview theme on the widgets. How can this be achieved using the parameter
<?php
$args = array(
'range' => 'last7days',
'freshness' => 1
);
wpp_get_mostpopular($args);
?>
Best Regards