Hi,
On a new installation, how do you remove the login information under the 'META' title - lower right hand side of page below the BlogRoll?
I don't want that 'login' link to be there.
Thank you for your help,
Bob
Hi,
On a new installation, how do you remove the login information under the 'META' title - lower right hand side of page below the BlogRoll?
I don't want that 'login' link to be there.
Thank you for your help,
Bob
As an example, in the Default 1.6 theme, you would edit wp-content/themes/default/sidebar.php and delete:
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
Additional Resources:
Stepping into Templates
Template Hierarchy
Template Tags
Stepping into Template Tags
Text editors
Thanks!
Bob
This topic has been closed to new replies.