forked from 99robots/wpsite-limit-posts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
70 lines (49 loc) · 2.62 KB
/
readme.txt
File metadata and controls
70 lines (49 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
=== WPsite Limit Posts ===
Contributors: 99robots, wpsitenet, kjbenk, charliepatel
Donate link:
Tags: limit posts, limit number of posts, limit author posts, custom post limits, post creation limits, cpt limits, limit pages, limit user, limits, post limit, posts per user, user post limit, page limit, publish limit
Requires at least: 3.8
Tested up to: 4.1
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Limit the number of posts or custom post types that can be published based on role (i.e, author) or user.
== Description ==
Limit the number of posts that your authors can publish. This plugin by http://www.wpsite.net allows you to limit the number of posts that can be published based on role (i.e, author) or user.
It allows for the following:
* Limit number of posts by role (i.e., author)
* Limit number of posts by user (i.e., John Doe can be limited to 5 posts)
* Posts submitted after user has exceeded their limits will have a new post status of 'Limited'
* Limit number of posts by post type (coming soon...)
= Support =
Have a question or comment about this plugin. Visit the plugin's page at:
http://www.wpsite.net/limit-posts-plugin
== Installation ==
You can install the Limit Posts plugin from your WordPress Dashboard or manually via FTP. For more details, visit http://www.wpsite.net
= From WordPress Dashboard =
# Navigate to 'Plugins -> Add New' from your WordPress dashboard.
# Search for `WPsite Limit Posts` and install it.
# Activate the plugin from Plugins menu.
# Configure the plugin's settings
# Add any widget to your widget zone from Appearance -> Widgets and configure the widget options.
= Manual Installation =
# Download the plugin file: `wpsite-limit-posts.zip`
# Unzip the file
# Upload the`wpsite-limit-posts` folder to your `/wp-content/plugins` directory (do not rename the folder)
# Activate the plugin from Plugins menu.
# Configure the plugin's settings (see instructions for shortcode and php template tags)
# Add any widget to your widget zone from 'Appearance -> Widgets' and configure the widget options.
== Frequently Asked Questions ==
= What happens when a user has exceeded his / her limit? =
Rather than force the user to delete their post, such posts will be submitted for review using a new post status labeled 'Limited.' An Admin can then determine if the post should be published. This ensures no author's work is disregarded simply because they exceeded their post limit.
== Screenshots ==
1. Limit Posts Settings
== Changelog ==
= 1.0.3 =
* Minor Updates
= 1.0.2 =
* Compatible with WordPress 4.1
= 1.0.1 =
* Supports WordPress 4.0
= 1.0 =
* Initial release