Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Shaooxz

    (@shasoosh)

    help please!

    Edit your ‘header.php’ file-

    Find:

    <title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    Delete:

    <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?>

    (should be left with):

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

    yey!

    Guys, I am SO not good with this stuff and I find it SO confusing.

    I have been given the above link to do something to this “x” category b/c I was having trouble with my posts not showing up and I wanted to delete the archive system.

    Anyhow…

    I finally figure out where the header.php is and now I can’t find that HTML anywhere!

    Please help.

    Thanks.

    Because the previous poster was absolutely wrong!

    Look for the archive.php or category.php in the theme folder.
    The text you are looking for should be there.

    I had same problem but need more help.

    I found and removed one of the pesky << things but have a second one. (I’m using Kubrick “default”)

    I think I’ve found it in archive.php but I’m not too familiar with php and the code seems to also include the title for the article and I want to keep that…

    just want to get rid of ‘&laquo XXXX’

    Help much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how can i remove “Archive for the ‘x’ Category” title’ is closed to new replies.