Change Meta Widget Information - What Code Do I Change ?
Want to change your meta info contained in a Wordpress sidebar widget?

If you are trying to edit the meta data that appear in the sidebar of your Wordpress blog., i.e to add nofollow tags, remove link entirely, add link find this code (or similar) in widget.php file- in your /includes folder.
For detailed info see Edit Meta Widget in Wordpress post.
function wp_widget_meta($args) {
extract($args);
$options = get_option('widget_meta');
$title = empty($options['title']) ? __('Meta') : $options['title'];
?>














[…] on tutorials from Widgetizing Plugins, Lisa Stewart, and especially Hrw website; here is my first plugin for WordPress: Meta-Lite Widget for your […]
Thanks for the info, i was troubled with META Tags
Tjhis was really helpful
As it was related to meta and login menu, I am wondering what would be the solution if we’ll not have that links in a theme. There are many free themes available which don’t have those links. Can we add them manually?
Thanks for the info,
Awesome blog. To my bookmarks it goes
very helpful, meta tags ftw:) thanks