Bug & feature request
-
Hello!
Thanks for your plugin. We’re trying to use it and encountered a couple of issues:
1. After plugin installation, I added a “Most viewed posts” widget. In widget settings, I see a PHP notice about var $new_instance is not defined in bawpv.php:194.
It makes sense – there are no $new_instance var in form() method of the widget.
I fixed the problem by defining $order var like this:
$order = empty($instance['order']) ? 'DESC' : $instance['order'];
2. We’re definitely missing the feature to filter the markup of the most viewed posts list – both as a shortcode and a widget.
I’d suggest adding 3 filters for the markup:
* a couple of filters for a posts list beginning and ending (argument is a WP_Post objects array),
* one filter for a list element (it’s argument is a WP_Post object).
- The topic ‘Bug & feature request’ is closed to new replies.