Viewing 10 replies - 1 through 10 (of 10 total)
  • In header.php:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    needs to go

    Thread Starter noncollective

    (@noncollective)

    Hi Adam. Thanks.
    I have removed that part of the code and the title is still there. Any other ideas?

    Oops, my bad. I read your original post too quickly. Put that bit of code back in. 🙂

    Let me take a second look. Hang on.

    Okay. I think what you need to cut is this:

    <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?><!-- <span id="himage"><img src="" /></span> --></a>

    Not a good idea. It will also remove the info from the title tag in the head… so it will display nothing in the browser’s bar on the top.

    You need to add a special class to that line and make it display:none in the stylesheet.

    Not a good idea. It will also remove the info from the title tag in the head… so it will display nothing in the browser’s bar on the top.

    The first change I suggested would do that, but that’s because I was moving too quickly. The second change won’t do that.

    Oh, yes. Sorry. I am slow today…

    Thread Starter noncollective

    (@noncollective)

    Thanks very much adam. That removed the title, do you know how to remove the little arrows?

    &raquo;

    Thread Starter noncollective

    (@noncollective)

    Thanks moshu!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Trying to Remove title’ is closed to new replies.