Category: Blog Tips Tricks, Bontb — BONTB @ 2:20 am — Comments (7)
Enjoy reading this post and subscribe to Bontb RSS Feeds

I have seen people search for this keyword and they found my blog but the thing is I only adviced not to remove “meta” in wordpress for some situations.

Remove Meta from Wordpress is easy.

2 Examples:

Go to Presentation > Click Theme Editor > Click Sidebar

Now every theme is different but I will show you how to edit your meta for wordpress in default theme so you get the idea how you can remove on your theme.

In Sidebar.php file find

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

So if you want to customize your meta simply remove the links add yours and don’t forget to change the text for example !

<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>


You could change it to:

<li><a href="http://www.bontb.com/" title="Blog Tips Helping Other Bloggers">BONTB</a></li>

Or if you want to remove everything ! Just go to Presentation > Widgets and Remove “Meta” widget from the sidebar.

Horaayy..there are 7 comment(s) for me so far ;)

#1

Nice blog tip.
That helped!

MetaGuy wrote on August 24, 2007 - 10:14 pm
#2

Thanks for the tip!

K wrote on July 19, 2008 - 5:05 pm
#3

This is exactly what i need. Thanks for the info.

Ari wrote on July 20, 2008 - 10:17 am
#4

excellent post! great for my radio en vivo website!

escuchar la radio wrote on August 21, 2008 - 4:06 am
#5

Thank you! I wasn’t too sure I should fiddle with the .php but after seeing your post, felt emboldened to do so.

Alan wrote on January 11, 2009 - 5:03 pm
#6

That was great help. thanks.

Thanveer wrote on March 28, 2009 - 3:44 am
#7

Where could i find Presentation > Click Theme Editor > Click Sidebar it’s ain’t included in WP

Hassan wrote on May 13, 2009 - 1:46 pm
You can leave a response, or trackback from your own site.

Write Your Comment

Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs will be generated automatically.

You should have a name, right? 
Your email address, I promised I won't tell it to anyone. 
If you have a web site or blog, you can type the URL right here. 
This is where you type your comments. 
Remember my information for the next time I visit.