Home › Forums › Iconic One Pro Support › I need to set authorship in my tag page › Reply To: I need to set authorship in my tag page
September 2, 2013 at 10:24 am #518
Themonic-Support
Keymaster
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 }?>