Viewing 3 replies - 1 through 3 (of 3 total)
  • your theme’s sidebar.php
    look for something similar to:

    <li><h2>Meta</h2>
    				<ul>
    					<?php wp_register(); ?>
    					<li><?php wp_loginout(); ?></li>
    					<li><a href="https://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="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
    					<?php wp_meta(); ?>
    				</ul>

    Thread Starter webowner

    (@webowner)

    Many thanks, I was able to do it.

    Hi there,

    I was unable to delete the meta off the side bar from my blog. I don’t want anyone to be able to access my dashboard and from the looks of things that is certainly possible with the site admin and log out prominently displayed on the blog page.

    Can you give me a bit of help.

    Thanks

    Danny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete META links’ is closed to new replies.