• I have freshly downloaded and updated to 2.6.1. Everything seems to working fine as you can see here: https://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?

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter mqstudio

    (@mqstudio)

    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

    Thread Starter mqstudio

    (@mqstudio)

    Thanks again,

    It’s been awhile since I messed with WordPress. This is a resolved issue.

    -Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘blog.html file – running my blog and missing in action’ is closed to new replies.