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”>
- <h2>Archives</h2>
<?php wp_list_pages(‘title_li=<h2>Pages</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
- XFN
- WordPress
<?php wp_meta(); ?>
<?php } ?>
</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sidebar Login’ is closed to new replies.