cabrerahector / wordpress-popular-posts

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.
https://wordpress.org/plugins/wordpress-popular-posts/
GNU General Public License v2.0
279 stars 83 forks source link

Deprecate the WordPress Popular Posts classic widget #362

Closed cabrerahector closed 1 year ago

cabrerahector commented 1 year ago

The WordPress Popular Posts block has been around since version 5.3.4 -released on July 2021- and so far the general reception seems to have been positive.

The classic WordPress Popular Posts widget, on the other hand, has been semi-broken ever since the release of the Block-based Widgets Editor. While it still works on the front-end, on the new(ish) block-based Widgets screen it's just not that functional.

Also, people using it with page builders such as Elementor and Divi have reported that there are some compatibility issues (eg. inability to set a widget theme, popular posts list not rendering as expected on the Post/Page Edit screen when using these builders, etc.) and while it does mostly work I'd rather have a solution that works just as well as the block.

This will also simplify development as changes related to rendering popular posts would only happen in two places (block and shortcode) instead of three (widget, shortcode, and the block).

So, things to do (in no particular order):