Title: ldp's Replies | WordPress.org

---

# ldp

  [  ](https://wordpress.org/support/users/ldp/)

 *   [Profile](https://wordpress.org/support/users/ldp/)
 *   [Topics Started](https://wordpress.org/support/users/ldp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ldp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ldp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ldp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ldp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ldp/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can WordPress made public publishing?](https://wordpress.org/support/topic/can-wordpress-made-public-publishing/)
 *  [ldp](https://wordpress.org/support/users/ldp/)
 * (@ldp)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/can-wordpress-made-public-publishing/#post-253389)
 * mmm.
    i’ve done this:
 * **first**: create a low level user (at least level 2)
    **second**: make a copy
   of wp-login.php and rename it to something like ‘public.php’ then, edit this 
   settings: — _case ‘login’ : default:
 *  $user_login = ‘public’; // the new user you made.
    $user_pass = ‘public’; //
   his password. $redirect_to = ‘wp-admin/post.php’; // the page to publish articles.
   $using_cookie = false; —
 * once done, upload this file to the same dir as wp-login.php, there you have: 
   a-totally-basic-automatic-login-public-publishing-system ;P
 * and the rest isn’t that hard.
    you’ll have to edit post.php or page-new.php, 
   depends what are your needs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can WordPress made public publishing?](https://wordpress.org/support/topic/can-wordpress-made-public-publishing/)
 *  [ldp](https://wordpress.org/support/users/ldp/)
 * (@ldp)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/can-wordpress-made-public-publishing/#post-253385)
 * im trying to make the same config with my wp, so if anybody has the answer to
   this…please let us know ;P

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