Title: restriction on posts
Last modified: August 21, 2016

---

# restriction on posts

 *  Resolved [sunilgupta91](https://wordpress.org/support/users/sunilgupta91/)
 * (@sunilgupta91)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/restriction-on-posts/)
 * Is there any option I can make it for registered users only. I want my users 
   to be registered on my blog before posting content
 * Help
 * [https://wordpress.org/plugins/user-submitted-posts/](https://wordpress.org/plugins/user-submitted-posts/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [cmtusa](https://wordpress.org/support/users/cmtusa/)
 * (@cmtusa)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/restriction-on-posts/#post-5058323)
 * I use a plugin called Restrict Page. It works wonderfully for this. You can simply
   restrict the page (option is at bottom of created post) and the users will be
   prompted to log in.
 *  Plugin Author [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * (@specialk)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/restriction-on-posts/#post-5058332)
 * Here is how to do it via theme template:
 *     ```
       <?php if (is_user_logged_in()) {
       	// put the usp tag here
       } else {
       	// not logged in, do something else
       } ?>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘restriction on posts’ is closed to new replies.

 * ![](https://ps.w.org/user-submitted-posts/assets/icon-256x256.png?rev=2567685)
 * [User Submitted Posts – Enable Users to Submit Posts from the Front End](https://wordpress.org/plugins/user-submitted-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-submitted-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-submitted-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/user-submitted-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-submitted-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-submitted-posts/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Jeff Starr](https://wordpress.org/support/users/specialk/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/restriction-on-posts/#post-5058332)
 * Status: resolved