• bongkph

    (@bongkph)


    I wanted to alter the title tag of post to display it in the following:

    Post Title – Category

    I saw this syntax but dont know how to include the_category

    <title>
    <?php wp_title(‘–‘,true,’right’); ?>
    <?php bloginfo(‘name’); ?>
    </title>

Viewing 1 replies (of 1 total)
  • kim09

    (@kim09)

    hey bongkph,
    the code to include the category : <?php the_category(', '); ?>
    [link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]This video explains how to add tags to your post meta, so you can change tags code with <?php the_category(', '); ?>
    Good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Add “category” on Title Tags’ is closed to new replies.