Description
Limit the number of posts user can create. Any post type.
Documentation (for developers) | Contact
How To Use
- Plugin Settings: Select role, post type, limit, and cycle.
How It Works
- On post creation the number of posts from this post type belong to this user for the specified cycle will be counted and if applicable the post creation will be prevented.
Features
- Hide Content: In order to make some content hidden when posts limit exceeded wrap it with the shortcodes (replace "post" with the post type of the relevant rules): [upl_hide type="post"][/upl_hide]
- Limits Shorcode: Display the limits to the user anywhere with the the [upl_limits] shortcode.
- Multisite: Network-wide rules can be applied via the Network Admin Dashboard.
- Integrations: WooCommerce, Paid Memberships Pro, MyListing theme, Restrict Content Pro, WordPress REST API.
Screenshots
Installation
Minimum Requirements
WordPress 5.2 or greater
PHP 7.0 or greater
Automatic installation
- Go to your Dashboard => Plugins => Add new
- In the search form write: Condless
- When the search return the result, click on the Install Now button
Manual Installation
- Download the plugin from this page clicking on the Download button
- Go to your Dashboard => Plugins => Add new
- Now select Upload Plugin button
- Click on Select file button and select the file you just download
- Click on Install Now button and the Activate Plugin
FAQ
-
Why the limits do not work as expected?
-
- The counts include posts in trash/draft/pending status
- Limits will not be applied on users with the Plugin Management Capability or (in multisite) the create_users capability
- The post creation date and not the post published date is taken into account when using the cycle option
-
How to use the [upl_hide] shortcode with Elementor?
-
Insert shortcode widget with [upl_hide type="post"][/upl_start] before your content and another shortcode widget with [/upl_hide] after your content.
-
Why the Users Screen is not responding?
-
Disable the plugin’s ‘Document Statistics’ option.
-
How to create limits per user?
-
See instructions in docs.
Reviews
Contributors & Developers
“User Posts Limit” is open source software. The following people have contributed to this plugin.
Contributors“User Posts Limit” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “User Posts Limit” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.3 – April 10, 2022
- Dev – WP compatibility
1.1.2 – February 27, 2022
- Dev – Query speed improvement
1.1.1 – January 5, 2022
- Dev – Current post type filter and Messages filter
1.1 – July 28, 2021
- Dev – WP compatibility
1.0.9 – June 30, 2021
- Dev – WP compatibility
1.0.8 – April 7, 2021
- Dev – Date filter
1.0.7 – February 13, 2021
- Dev – Cycle limit by GMT time
1.0.6 – October 12, 2020
- Feature – Rules Filters
1.0.5 – September 22, 2020
- Feature – WPMU support
1.0.4 – September 16, 2020
- Feature – Rules priority
1.0.3 – September 08, 2020
- Feature – Hide content shortcode
1.0.2 – August 25, 2020
- Feature – Users stats
1.0.1 – April 20, 2020
- Feature – Timing rule
1.0 – April 10, 2020
- Initial release