Forums

UTW Title (10 posts)

  1. Moses08
    Member
    Posted 2 years ago #

    Hey all,

    I have Ultimate Tag Warrior installed on my blog. I want to add page title to the tag pages. For example, when you click a tag and go to a tag page ( www.whatever.com/tag/tag-name ) I want to name the page 'Tag Name - Whatever'. Any ideas on how this can be accomplished?

  2. Moses08
    Member
    Posted 2 years ago #

    Any ideas?

  3. Chris_K
    Administrator
    Posted 2 years ago #

  4. Chris_K
    Administrator
    Posted 2 years ago #

    Ok, so I got to playing around with that a bit since I didn't want quite the same style as that author. I ended up with this. Kludgy, but seems to work (apologies for all my lovely indenting being lost):

    <title>
    <?php if (is_tag()) { ?>
    <?php echo 'Articles tagged with: '; ?>
    <?php UTW_ShowCurrentTagSet('tagsettextonly'); ?>
    <?php echo ' &raquo; '; ?>
    <?php bloginfo('name'); ?>
    <?php } else { ?>
    <?php wp_title(''); ?>
    <?php if(wp_title('', false)) { echo ' &raquo; '; } ?>
    <?php bloginfo('name'); ?>
    <?php } ?>
    </title>

  5. Moses08
    Member
    Posted 2 years ago #

    What file did you edit?

  6. Chris_K
    Administrator
    Posted 2 years ago #

    My theme's header.php. Most themes have one that's typically where you'll find the <title> tag.

  7. xinfo
    Member
    Posted 2 years ago #

    @Handsolo

    it's possible to add reload excerpt code in tag .
    i dont want to show full post in tag
    Sorry cross posting

  8. Moses08
    Member
    Posted 2 years ago #

    Thanks a lot HandySolo. Works perfectly after I modified to fit the format I wanted. This is a key fix for SEOing UTW.

  9. Chris_K
    Administrator
    Posted 2 years ago #

    @xinfo - huh?

    @moses08 - Glad to help!

  10. rkblake
    Member
    Posted 2 years ago #

    You really are Han Solo...works perfectly...even SEO'd the titles of the "non" UTW tag pages.

    Wow!

Topic Closed

This topic has been closed to new replies.

About this Topic