I need to set authorship in my tag page

Home Forums Iconic One Pro Support I need to set authorship in my tag page

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #517

    Arindam
    Member

    I need to use authorsure plugins for google authorship as I can not use authorship in the tag/category page in themes.I need to set authorship in tag and category page also which I can not find in themes.

    One more point that I have multiple author in my site. so,I can not add author link in my header page as it effect to all post.I need to set user basis also for authorship as same like any post.

    Please check that link with google search. Authorship in the category, its show primary author picture
    http://www.ivelab.com/category/health/

    also in tag page its show dynamically multiple author
    http://www.ivelab.com/tag/WBSSC Form Fillup

    #518

    If you want to use third party authorship plugin simply leave the profile field of Google+ empty.

    Another solution would be making use of the following code.

    For Category pages

    <?php if ( is_category() ) {?>
    
     Insert your google_ authorship code here..
    
    <?php }?>

    For Tag pages

    
    <?php if ( is_tag() ) {?>
    
     Insert your google_ authorship code here..
    
    <?php }?>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.