Bring Your Business to Life › Support › Popular Widget › I want to have Most Viewed First › Reply To: I want to have Most Viewed First
March 19, 2012 at 9:06 pm #45530
Keymaster
Currently this is not a feature in the widget you will have to modify the plugin. All you have to do is move code up and down.
Look for the following code
if( empty( $noviewed )) {
$output .= '<ul id="pop-widget-viewed-'.$this->number.'">';
$output .= $this->functions->get_most_viewed( $instance );
$output .= '</ul>';
}
and move it above this line
//most comments
That is it.