mqstudio
Member
Posted 3 years ago #
I have freshly downloaded and updated to 2.6.1. Everything seems to working fine as you can see here: http://www.mentalquake.com/blog/
When I right-click on my blog and view source, the name of the file is "blog.htm". I would like to edit this file so I can change the tile and get rid of the ugly link that is hanging over my header image. I have searched everywhere for this file and it seems non-existant. Is this some file that is served by wordpress?
Does anybody have a resolution to this issue?
Look in your theme's header.php for a line like this
<a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a>
It is possible that you may want to get the <div id="blogTitle"> and </div> that are before/after that as well.
mqstudio
Member
Posted 3 years ago #
Thank you very much, deleting that code got rid of the ugly link. But where do I go to edit the title?
that should be in your admin panel under Settings | General | Blog Title
mqstudio
Member
Posted 3 years ago #
Thanks again,
It's been awhile since I messed with WordPress. This is a resolved issue.
-Cheers