wordpress-popular-posts icon indicating copy to clipboard operation
wordpress-popular-posts copied to clipboard

WordPress Popular Posts - A highly customizable WordPress widget that displays your most popular posts.

Results 18 wordpress-popular-posts issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

An user reached out via support forum to notify that when using the [wpp_get_views()](https://github.com/cabrerahector/wordpress-popular-posts/wiki/2.-Template-tags#wpp_get_views) function with WPML installed the function doesn't return the right views count when switching to other...

bug

Internet Explorer will be officially EOL (End of Life) on June 15, 2022 (see [The future of Internet Explorer on Windows 10 is in Microsoft Edge](https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/)). Let's review WPP's code...

enhancement

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Hello, first of all thank you for the fantastic widget you created. It would be useful to have the ability to override totally the HTML markup generated by the widget....

enhancement
question

**Bug description** I am using the following WPP shortcode in a widget (theme: Nikkon https://demo.kairaweb.com/#nikkon ). The HTML output contains an additional empty `` tag before the popular posts list,...

bug

I was hoping the stat screen at `wp-admin/options-general.php?page=wordpress-popular-posts&tab=stats` would only log posts that my `wpp_get_mostpopular()` template tag was tracking. I know you can only show certain post types by clicking...

enhancement

**Describe the bug** As said in the title, if I write a shortcode in with stats_category=1 taxonomy=' post_tag' stats_taxonomy=1 it will only display taxonomy. No matter what combination I try....

enhancement

After the official removal of the "classic" widget we still need to work on the following: - [x] Remove the `/wp-json/wordpress-popular-posts/v1/popular-posts/widget/` endpoint. - [ ] Remove the `WordPressPopularPosts\Widget` class. -...