Viewing 2 replies - 1 through 2 (of 2 total)
  • for the sidebar
    if using widgets – remove Meta widget
    if not using widget, edit theme’s sidebar.php and remove

    <li><h2>Meta</h2>
    				<ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    					<li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    					<?php wp_meta(); ?>
    				</ul>
    				</li>

    or whatever similar code you have

    for footer, edit theme’s footer.php and remove similar Meta code

    Thread Starter globalstylestudio

    (@globalstylestudio)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hiding “log in” info from pages’ is closed to new replies.