• pickled

    (@pickled)


    I just installed the wpg2 plugin and it works pretty well except that the title tags <title> in my gallery die when viewing the gallery through wp, meaning there’s just a single title for the whole gallery “My Site Name”.

    That’s not good at all. I need the titles to behave like they do in a normal gallery or wordpress install — when you change pages the Title changes to reflect the page you are on. Menaing if I’m lookng at the album of Kids pics the title should say “Kids” not “Site Name”.

    Does anyone know how to get this to work right while integrated with wp?

Viewing 1 replies (of 1 total)
  • grafis

    (@snackmaster)

    I have the same question.

    I’m using the default Kubrick Theme with the default title code:

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

Viewing 1 replies (of 1 total)
  • The topic ‘wp gallery2 plugin, Title tag incorrect..how to fix?’ is closed to new replies.