| 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 4 comment(s) for me so far ;)
Nice blog tip.
That helped!
Thanks for the tip!
This is exactly what i need. Thanks for the info.
excellent post! great for my radio en vivo website!