• TheOneAndOnly

    (@theoneandonly)


    Hi,

    With this my third blog, I promised I wouldn’t ask stupid questions in here, at my host server, or the developer! (Tall order for me.) Anyhow, I’m starting to get the hang of this php and style.css business (never took a lesson in my life), but I hit a little snag.

    In the set up of my new site, I typed in the name of the blog. That blog appears atop the 1.5 WP blog, internally. The name of the blog ALSO appears externally on the blog in the header.

    Is it possible to remove it externally? I’m using my own background image and don’t want the typed words to appear on top of my logo as well.

    (I know I can just remove it from the OPTIONS area, but the problem is it also removes the title INTERNALLY as well. You know, when you log in to blog, it’s nice knowing which of my blogs I’m in.)

    What I presumed was the next step was to look through various likely suspect files, search for my blogname, find it, and remove it. The problem is I can’t find what owns both the name of my wordpress blog and the theme’s header. (It’s not in the theme header file or style.css).

    Did this make sense?

    Thanks all. Sorry~ tried to be question free this time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Root

    (@root)

    h1 # header {display:hidden; }

    moshu

    (@moshu)

    I guess you have to delete this from your header.php
    <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>

    Thread Starter TheOneAndOnly

    (@theoneandonly)

    Thanks guys and gals. Will give this a try in about 9 hours! LOL… off to work. Thanks for fast response though…

    🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple (?) Header question 1.5 FrameFake Theme’ is closed to new replies.