Title: Enabling users to post
Last modified: August 19, 2016

---

# Enabling users to post

 *  [venug](https://wordpress.org/support/users/venug/)
 * (@venug)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/enabling-users-to-post/)
 * Hi!!
    I know a few sites which use their WP powered sites as bookmarking sites
   or some other type which allows the posts from anonymous or logged in subscribers.
   I don’t understand that how these sites like [http://nestdev.com/](http://nestdev.com/)
   and [http://wordtaps.com/](http://wordtaps.com/) allow the posts from normal 
   users .Could any one help me to do this ?
 * Am I need to edit functions.php for this ? Does it works if I use this code –
 *     ```
       function submit_post()
       {
       	if( current_user_can( 'read' ) )
       		return true;
   
       	return false;
       }
       ```
   
 * Also I have another follow-up question the websites [http://nestdev.com/](http://nestdev.com/)
   and [http://wordtaps.com/](http://wordtaps.com/) have a button named “submit 
   post” .When a logged in user click on it .A form with data fields appears on 
   the same page as a popup to post.It is not a normal popup window .How do I make
   a form like that?
    Thanks !

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

 *  [David Sader](https://wordpress.org/support/users/dsader/)
 * (@dsader)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/enabling-users-to-post/#post-1714094)
 * [http://themehybrid.com/support/](http://themehybrid.com/support/)
 *  Thread Starter [venug](https://wordpress.org/support/users/venug/)
 * (@venug)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/enabling-users-to-post/#post-1714298)
 * Sorry I didn’t find answer there .
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/enabling-users-to-post/#post-1714300)
 * [http://wordpress.org/extend/plugins/tdo-mini-forms/](http://wordpress.org/extend/plugins/tdo-mini-forms/)

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

The topic ‘Enabling users to post’ is closed to new replies.

## Tags

 * [functions](https://wordpress.org/support/topic-tag/functions/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 3 replies
 * 3 participants
 * Last reply from: [Samuel B](https://wordpress.org/support/users/samboll/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/enabling-users-to-post/#post-1714300)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
