Title: Sidebar Login
Last modified: August 18, 2016

---

# Sidebar Login

 *  [oldhickory](https://wordpress.org/support/users/oldhickory/)
 * (@oldhickory)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/sidebar-login/)
 * I don’t like the login option appearing on my sidebar but I’m not sure how to
   remove it. To be blunt, I’m no coder. This is the html from the sidebar element
   of my theme. Which line(s) can I safely delete to remove the log in option from
   appearing on the side bar? I’m guessing it’s the line with “loginout” but I wanted
   to ask before going on a deleting rampage.
 * <div id=”sidebar”>
    -  <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
    - <h2>Archives</h2>
 *  -  <?php wp_get_archives(‘type=monthly’); ?>
 *  - <h2>Categories</h2>
 *  -  <?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0’); ?>
 *  <?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
    <?php
   get_links_list(); ?>
    - <h2>Meta</h2>
 *  -  <?php wp_register(); ?>
    - <?php wp_loginout(); ?>
    - [Valid XHTML](http://validator.w3.org/check/referer)
    - [XFN](http://gmpg.org/xfn/)
    - [WordPress](http://wordpress.org/)
    -  <?php wp_meta(); ?>
 *  <?php } ?>
 *  </div>

Viewing 1 replies (of 1 total)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/sidebar-login/#post-492291)
 * `<?php wp_loginout(); ?>`

Viewing 1 replies (of 1 total)

The topic ‘Sidebar Login’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [19 years, 5 months ago](https://wordpress.org/support/topic/sidebar-login/#post-492291)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
