Hello, I am running a Wordpress site where People add posts.. There are 100 of posts per day being added and I want to limit them to a specific number So it there any plugin can help me ?
Are you using a plugin so that people can share/add posts? You can alter the plugin or the core files of wordpress. The logic is count the number of posts published or sent, if number of posts = limit then reject other posts.