-
Notifications
You must be signed in to change notification settings - Fork 2
WordPress plugin to limit the number of tags which can be added to a post.
wpmark/wp-limit-tags
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=== Plugin Name === Contributors: wpmarkuk, keithdevon, highrisedigital Tags: tags Requires at least: 4.2 Tested up to: 4.9.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Limit Tags allows you to set a maximum number of tags for posts. == Description == The plugin provides a settings screen where you can set the maximum number of tags which are allowed to be assigned to posts. It also allows you to choose which post types have restricted tag assignment. It works for all taxonomies that are non-hierarchical. On the post edit screen, for those posts activated, you will not be allowed to add more than allowed number of tags. [youtube https://www.youtube.com/watch?v=5A5t2nZonV4] == Installation == To install the plugin: 1. Upload `wp-limit-tags` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Visit the settings page under Settings > WP Limit Tags == Frequently Asked Questions == None so far! == Screenshots == None so far! == Changelog == = 1.0 = * Improvements to code to better meet the WP.org coding standards. * Introduce new filter `wplt_max_tags` for filtering the max tags. * Better prepare the plugin for translation, making sure strings are translation ready and the plugin text domain is loaded. * Load JS as an external file rather than with admin print scripts. * Add the newly added built in post types to the ignore array e.g. Custom CSS and Customize changesets. * Fix some php warning notices. = 0.3.2 = * Prevent users from choosing tags from the tag cloud of most popular tags once the tag limit is reached. Thanks to [ezkay](https://wordpress.org/support/profile/ezkay) for reporting this issue. = 0.3.1 = * Make sure it works when tags already present. = 0.3 = * Make sure tags get limited as you are typing in the tags input box. = 0.2 = * Load JS on the correct admin screen only * Remove the quick edit from any post type that has limited tags set. This prevents this from being used to add tags this way. = 0.1 = * Initial release == Upgrade Notice == Update through the WordPress admin as notified always be sure to make a site backup before upgrading.
About
WordPress plugin to limit the number of tags which can be added to a post.
Resources
Stars
Watchers
Forks
Packages 0
No packages published