Steps required to change the Meta Tag link in WordPress

by on December 31, 2010

Steps required to change the Meta Tag link in WordPress

1. Open File Manager and and locate the following file :

/wp-includes/default-widgets.php

First save this file at your computer so that if anything goes wrong, you are able to upload this original file.  Make habit of saving the original file, so that after editing, if  anything goes wrong, you are able to recover.  I normally keep the original file at the server itself by renaming the same. I just put -orig to original file name to rename it and upload the edited file with original name.

Now open the file default-widgets.php for editing purpose and go to line 296 and make the following changes :

Original code:

<?php wp_register(); ?>

<li><?php wp_loginout(); ?></li>

<li><a href=”<?php bloginfo(‘rss2_url’); ?>” title=”<?php echo esc_attr(__(‘Syndicate this site using RSS 2.0′)); ?>”><?php _e(‘Entries <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?></a></li>

<li><a href=”<?php bloginfo(‘comments_rss2_url’); ?>” title=”<?php echo esc_attr(__(‘The latest comments to all posts in RSS’)); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?></a></li>

<li><a href=”http://wordpress.org/” title=”<?php echo esc_attr(__(‘Powered by WordPress, state-of-the-art semantic personal publishing platform.’)); ?>”>WordPress.org</a></li>

<?php wp_meta(); ?>

Edited (New) Code:

<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href=”<?php bloginfo(‘rss2_url’); ?>” title=”<?php echo esc_attr(__(‘Syndicate this site using RSS 2.0′)); ?>”><?php _e(‘Entries <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?></a></li>
<li><a href=”<?php bloginfo(‘comments_rss2_url’); ?>” title=”<?php echo esc_attr(__(‘The latest comments to all posts in RSS’)); ?>”><?php _e(‘Comments <abbr title=”Really Simple Syndication”>RSS</abbr>’); ?></a></li>
<li><a href=”http://www.Expandebusiness.com” title=”<?php echo esc_attr(__(‘Powered Expand E-Business.’)); ?>”>Expand E-Business</a></li>
After making the changes and saving the file, upload the file to the same location as mentioned above with file name default-widgets.php.  If you are following my suggestion, your original file can be renamed as default-widgets-orig.php and you can continue to keep this file at the server.  If anything goes wrong, you can recover to original status by renaming default-widgets-orig.php to default-widgets.php

{ 9 comments }

The Tourist January 15, 2011 at 1:51 am

Hey, possibly this post is not on topic but in any event, I have been browsing about your site and it looks really neat. It is easy to see I am creating a new blog and I am struggling to make it look great, and supply excellent subject matter. I have learned a lot here and I look forward to additional updates and will be returning.

Nicolette Wallington January 15, 2011 at 6:12 am

I usually get bored easily and close the tab but i think you can add some value. Grats !

Shela Shurley January 15, 2011 at 9:27 am

I have developed a blog and I am trying to find a new template.I got some ideas from here! Feel free to visit my blog and suggest things!

landing page creator January 22, 2011 at 7:53 am

Loved going through this. Keep it up!

Homer Weinberg February 4, 2011 at 3:25 pm

I keep listening to the news speak about getting free online grant applications so I have been looking around for the best site to get one. Thank you for your help!

Gigi Blandin February 4, 2011 at 11:50 pm

Thanks for the good article. I must query a couple of details. Can I post them here or should I personal mail you.

travel leisure February 9, 2011 at 8:45 am

You make a lot of good points on this blog. Keep up the great work.

Auto loans with bad credit February 9, 2011 at 3:09 pm

That post was very very well composed, and it also consists of plenty of useful truth. I liked your skilled manner of writing this post. Thanks, you have made it very easy for me to know.

server and computer hardware February 10, 2011 at 10:17 am

Helpful information thanks. I added your blog on my favorite, will visit again.

Comments on this entry are closed.

Previous post:

Next post: