Support » Plugin: Logged Out Admin Bar » [Plugin: Logged Out Admin Bar] Small feature request

Viewing 4 replies - 1 through 4 (of 4 total)
  • billion

    (@billion)

    @westi
    thx for the code…

    @ray56
    for adding register link, just add this code inside if()
    $wp_admin_bar->add_menu( array( 'title' => __( 'Register' ), 'href' => __( 'http://example.com/wp-signup.php/' ) ) );

    Thread Starter Ray56

    (@ray56)

    @billion
    Great, thanks.

    tarmentano

    (@tarmentano)

    Hi,
    I have another (hopefully small) feature request 🙂 I would like to add some social network buttons (facebook, youtube, twiiter) to the admin bar next to the search button on the right hand side of the admin bar. Do you know how this could be done using your plugin? Therefore, the logged-out-admin bar would display a link to login (which you have included), the social network buttons(which i would like included), and the search option (which is already included). Thanks

    Terence

    can you update the plugin and add the register link in the update?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Logged Out Admin Bar] Small feature request’ is closed to new replies.