• Hi,

    I did a search on “Meta” and could not find anything so sorry if this question has been asked a thousand times already.

    I’m just downloaded and installed wordpress today.

    Been playing with it for a few hours now.

    I have been looking for some blog software/program to use with our site, ApplianceJunk.com

    After trying a number of different ones from blogspot to special SMF blog mods and themes I think wordpress is just what I have been looking for.

    On the right hand side towards the bottom I have this.

    Meta
    Site Admin
    Log out
    Valid XHTML
    XFN
    WordPress

    Do I need to keep that there or something?
    I can not seem to find were to change things under “Meta”.

    Thanks,
    AJ

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter appliancejunk

    (@appliancejunk)

    Found it in sidebar.php

    <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>
    				</li>

    Now that I found it, is there any reason not to remove the Valid XHTML,
    XFN and WordPress links?

    Thanks,

    No. You can remove the entire section if you want.

    Thread Starter appliancejunk

    (@appliancejunk)

    That’s great!

    Thanks,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can I remove the “Meta”’ is closed to new replies.