Title: Add a  link for my bloggers to click and immediately begin to post
Last modified: August 19, 2016

---

# Add a link for my bloggers to click and immediately begin to post

 *  [martinon](https://wordpress.org/support/users/martinon/)
 * (@martinon)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/page-posting-link/)
 * I want to add a direct link for my bloggers to use to be able to click and immediately
   begin to post. Is there such a link or widget or button code I can add to have
   this option on each blog page?
 * [title moderated]

Viewing 1 replies (of 1 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/page-posting-link/#post-1299313)
 * Consider downloading and installing [Otto’s PHP Code Widget](http://wordpress.org/extend/plugins/php-code-widget/).
 * Then put this in one of those widgets:
 *     ```
       <?php
       global $user_login,$user_ID;
       get_currentuserinfo();
       if($user_login) {
       $user = new WP_User( $user_ID );
       if ( $user->has_cap('edit_posts')) {
       echo '<a href="'. get_bloginfo( "wpurl") .'/wp-admin/post-new.php">Create new post</a>';
       }
       }
       ?>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Add a link for my bloggers to click and immediately begin to post’ is
closed to new replies.

## Tags

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [MichaelH](https://wordpress.org/support/users/michaelh/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/page-posting-link/#post-1299313)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
