Home › Forums › Iconic One Pro Support › I need to set authorship in my tag page
- This topic has 1 reply, 2 voices, and was last updated 12 years ago by
Themonic-Support.
- AuthorPosts
- September 2, 2013 at 5:38 am #517
Arindam
ParticipantI 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 FillupSeptember 2, 2013 at 10:24 am #518Themonic-Support
KeymasterIf 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 }?>
- AuthorPosts
- You must be logged in to reply to this topic.