Reply To: I want to have Most Viewed First

Bring Your Business to LifeSupportPopular WidgetI want to have Most Viewed FirstReply To: I want to have Most Viewed First

#45530
Xpark Media
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.