Forum Replies Created

Viewing 5 replies - 121 through 125 (of 125 total)
  • Thread Starter redhousepainter

    (@redhousepainter)

    Sorry, Haochi! I know. For some reason I didn’t look deeply enough into the file the first time. The second time I was in that daring desperation mode and tried something different – that worked.

    Thanks everyone!

    Thread Starter redhousepainter

    (@redhousepainter)

    Okay, I got it. Well, half of it and with the help of Tony on the Mimbo forum.

    Here’s what he said…

    “In your header.php script, find this, and mutilate till your heart’s content. ??

    <title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?>
    » <?php
    foreach((get_the_category()) as $cat) {
    echo $cat->cat_name . ‘ ‘;
    } ?> <?php } ?>

    <?php wp_title(); ?></title>”

    And here is what I did…

    “<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> |
    <?php
    foreach((get_the_category()) as $cat) {
    echo $cat->cat_name . ‘ ‘;
    } ?> <?php } ?>

    <?php wp_title(‘ | ‘); ?></title>”

    I had edited this file before but not exactly in the right way.

    Now why is a WP category being drawn into a ZP title bar? And why does Google index the WP category with the ZP url?

    Thread Starter redhousepainter

    (@redhousepainter)

    Thanks for the comments!

    I think I’m going to have to spend the night going through my files again. It’s strange that on the title bar I can remove it in between artists and analogartist but not in between Phauxshow and Artists.

    It’s also odd that ‘artists’ comes up at all in the Gallery title bar, as the Gallery has no categories. The problem only exists for artists that I have created a page in the WP area of my site for.

    Weird stuff!

    Thread Starter redhousepainter

    (@redhousepainter)

    Thanks for the reply, Haochi.

    I’ve spent a lot of time on this and have gone through the header.php file an well as all of the other template files. But with no luck!

    Does anyone know where this &raquo is being pulled from?

    A bigger question is why? The page that I am on when it is pulled is phauxshow/gallery/artistname but comes up in the heading as phauxshow >> artist | artist name.

    Google also reads it that way.

    I’m using the All in one SEO but that doesn’t seem to cover the gallery as it is outside of WP.

    Thread Starter redhousepainter

    (@redhousepainter)

    Any takers? I posted the same question in the Zenphoto forum and they pointed me in this direction.

Viewing 5 replies - 121 through 125 (of 125 total)