Posted on — Last updated on February 17, 2026
WordPress Popular Posts 7.3: Experimental Elementor Support
A new Elementor widget has been added, new wpp_get_ids() function, plus enhancements/fixes.
This release includes a new (and highly experimental) WordPress Popular Posts widget for Elementor. And, as usual, various minor improvements and fixes are included too.
Version 7.3 comes with new additions to expand the ways to build and showcase your popular posts lists!
Experimental Elementor Support
Elementor is, without question, one of the most popular -if not the most popular- WordPress page builders out there. Its unmatched drag-and-drop interface offers flexibility in design, allowing users to build websites without coding knowledge, making it a solid alternative to the WordPress Block Editor (a.k.a. Gutenberg.)
Starting version 7.3.0, WordPress Popular Posts now includes a brand new widget for Elementor, making it easier for you to add a popular posts list anywhere while building pages with Elementor.
The experience using this widget will be mostly the same as the old classic WordPress Popular Posts widget (removed from the plugin since version 7.0) and the WordPress Popular Posts block so if you have used any of those before everything should feel pretty familiar to you.
Keep in mind that this is the first version of the widget so changes are to be expected. If you have comments / questions about it please feel free to leave a comment below or in the support forum.
New wpp_get_ids() function
One very common question users have asked in the support forum is how to get a list of popular posts IDs so they can, for example, use that data to build a fully custom popular posts list / slider / whatever. The solution so far was to build a custom function to pull these IDs from the database but often this information got buried down in the forum as time went on.
Version 7.3.0 introduces the wpp_get_ids() function to provide an official, documented way to get these IDs from the database. Better late than never, eh?
Admin Section Usability Improvements
This release also gives some love to the admin section of the plugin, specifically the Stats section and the Tools section. Functionality-wise, it’s the same, except it should now be easier to navigate the section for individuals with disabilities and/or those who prefer/rely on keyboard-based navigation.
Additionally, some visual elements have been changed to improve accessibility, for example, things that behave like buttons/tabs/etc. now look and act like such, active/hover states, etc.
“Empty cache” and “Clear all data” Buttons Removed
This one has been long overdue. When these buttons were first added to the Tools section the original intent was to provide more advanced users (eg. fellow developers) a way to quickly reset some/all of the data stored by WordPress Popular Posts on the site’s database. While this worked flawlessly, less-aware / curious users frequently wiped out their popular posts data without making a proper backup first.
Because of that, a confirmation modal was added later on, and while it surely helped reduce the amount of accidental popular posts data deletions some users still managed to do it anyways.

Now, to make absolutely sure that no popular posts data is deleted by accident, these buttons have been removed from the Tools page completely.
If you want/need to wipe out your popular posts data for some reason you’ll need to access your site’s database, find the _popularpostsdata table (all-time data) and the _popularpostssummary table (time-ranged data), and delete their data manually via TRUNCATE TABLE or similar.
Miscellaneous
- There was a PHP 8.4 deprecation notice reported by ispreview that’s been fixed.
- A minor modernization of the JavaScript code has been made to facilitate future maintenance, and in some cases this resulted in smaller .js files too which is always a plus.
- Minimum required PHP version is now 7.3.
Minor Updates & Hotfixes
7.3.8
Version 7.3.8, released on February 17, 2026, fixes a character encoding issue that can occur under specific circumstances (thanks qwe987299 for reporting the issue!)
7.3.7
Version 7.3.7, released on February 15, 2026, is mostly a maintenance release with only one minor new feature added. Let’s begin with that one:
Statistics Chart Can Render the Y-axis Now
A while back someone requested adding the Y-axis to the statistics chart to quickly see how many views there were at a given time.
Version 7.3.7 adds a “Display Y Scale” toggle to the Stats configuration popup that, as the name implies, enables the Y-axis values in the chart. It’s disabled by default, to use it click on the cog icon (top left of the Stats screen), tick the “Display Y Scale” checkbox and click on Apply to save changes.

Usually introducing new features would mean releasing a minor version of the plugin (eg. 7.4.0 instead of 7.3.7 as per SemVer rules), however given it’s a small quality-of-life addition I decided to keep this release as a patch release instead.
Other Changes
- Fixes shortcode rendering empty paragraph tags (thanks NetzzJD for the report!)
- Deprecates the wp_pretiffy_numbers filter hook in favor of wp_prettify_numbers to, in short, fix a long-standing typo. If you’re using this filter hook please make sure to rename it accordingly as well.
- Minor code improvements.
7.3.6
Version 7.3.6, released on October 23, 2025, includes some code enhancement changes (including some security improvements):
- Fixes shortcode rendering empty paragraph tags.
- Removes deprecated /v1/popular-posts POST endpoint. This shouldn’t affect the vast majority of users out there but if you’re a developer and you have some custom code POSTing data to /wp-json/wordpress-popular-posts/v1/popular-posts please change the endpoint to /wp-json/wordpress-popular-posts/v2/views/[ID] instead (where [ID] is your post/page ID.)
- A change introduced with version 7.3.5 broke support for PHP 7.3. PHP 7.4 is now the minimum required version so if you’re using an older PHP release please update it as soon as you can.
- Minor code improvements.
7.3.5
Version 7.3.5, released on October 13, 2025, is yet another small maintenance release:
- Fixes the WP Popular Posts widget for Elementor getting stuck on the loading animation on the Post/Page Edit screen.
- One of the changes from 7.3.4 broke a specific database query that the wpp_get_views() function builds when retrieving views from within the specified time range (eg. weekly). This release fixes that.
- Fixes an issue where it was not possible to override theme config.json files (eg cards/config.json) since the plugin was ignoring that file, loading the original one instead.
- The “No Thumbnail” image should no longer appear stretched when the thumbnail dimensions have a different aspect ratio.
7.3.4
Version 7.3.4, released on October 12, 2025, is a small maintenance release:
- Minimum required WordPress version is now 6.2.
- Updates JavaScript dependencies to their latest version.
- Database queries now use %i placeholders to escape identifiers.
- Minor code improvements.
Lastly but not least importantly, this release also renames the plugin to WP Popular Posts, please see the Rename Announcement for more details. TLDR; it’s just a name change, plugin will continue to work exactly the same as before. Nothing else has changed.
7.3.3
Version 7.3.3, released on June 16, 2025, fixes an issue where the [wpp] shortcode and the wpp_get_mostpopular() template tag would always be loaded via AJAX.
Props to @ispreview for reporting the issue!
7.3.2
Version 7.3.2, released on June 12, 2025, introduces the following changes:
- Fixes a fatal error that can happen while attempting to preview the WordPress Popular Posts block on the Widgets screen when Polylang is installed on the site.
- Fixes an issue that prevented WordPress Popular Posts from rendering correctly while using a predefined theme (eg. Cards) when WPRocket’s JavaScript optimizations are on.
- Fixes [wpp] shortcode getting stuck on loading animation when viewed on Elementor’s page editing screen.
- The plugin will now display a notice when a site is using the Plain permalink structure as it prevents WPP from communicating with the REST API.
7.3.1
Version 7.3.1, released on April 6, 2025, is a small release that patches up two issues:
- The [wpp] shortcode and the wpp_get_mostpopular() template tag started adding an <ul class=”wpp-list”> wrapper to the popular post list whenever the parameters wpp_start and wpp_end were empty after the 7.3.0 release (see support forum topic). Thanks ispreview for reporting this regression!
- Users with the Author role were no longer able to see the popular posts list on the Stats screen. Thanks waheed61 for the heads-up!



Hi Hector,
With this message, I send you my encouragement.
This is a good start – as you say, there will be further improvements.
It would be nice if the view count meta were a possible filter in Elementor’s basic or pro widgets, such as the loop grid. Thank you, and thank you again.Luc
Hi Luc,
Thanks for encouragement! I’m glad to know that you like these changes.
About the meta filter with Elementor’s Loop Grid, I’ll look into it as soon as I can. It does sound like it could be a good addition.
Have a nice day!