top-10 icon indicating copy to clipboard operation
top-10 copied to clipboard

Top 10 - Popular Posts plugin for WordPress

Results 21 top-10 issues
Sort by recently updated
recently updated
newest added

Allow the block to use global settings for dropdown options vs needing to set everything manually.

user experience
enhancement

Sample code: ` global $wp_filesystem; // Initialize the WP_Filesystem class if ( ! isset( $wp_filesystem ) ) { require_once ABSPATH . '/wp-admin/includes/file.php'; WP_Filesystem(); } // Open the file for writing...

performance

Add a new option to display the posts using CSS grid.

enhancement
PRO

https://github.com/WebberZone/top-10/blob/6200e43ec142403216ee93e245d0088db44fe618/includes/frontend/class-display.php#L896 Add a new variable to display content for when there is **more text**.

enhancement

By default, the plugin should cache the posts. Currently cache is set to false and user needs to enable it manually. Also, when saving posts, the plugin should check if...

enhancement

As per the above, right now the admin columns work for posts and pages only. Add this to all other post types.

feature
admin
PRO

Show the posts for the day and all time in the admin area.

admin
PRO

Currently, Exclude categories is specific for the current category only but not sub-categories. Add a new option to exclude posts on sub-categories/ descendent categories. Refer: https://wordpress.org/support/topic/display-top-posts-within-specific-categories-or-sub-categories?replies=3

feature

Use https://github.com/JayBizzle/Crawler-Detect

feature
PRO

Use [.getElementsAtEventForMode(e, mode, options, useFinalPosition) ](https://www.chartjs.org/docs/latest/developers/api.html#getelementsateventformode-e-mode-options-usefinalposition) to fetch the point on click and then redirect to a new page or reload the top posts to display them for a particular...

admin
PRO