Co-Authors Plus pluginHome › Forums › Iconic One Pro Support › Co-Authors Plus pluginThis topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by Themonic-Support.Viewing 3 posts - 1 through 3 (of 3 total)AuthorPosts January 10, 2018 at 9:29 pm #5142 miswitParticipantHow do I integrate Co-Authors Plus plugin into Iconic One Pro? I don’t know what code to use or where to put it. Can you help me? Going to the Co-Authors Plus support site doesn’t give me any clue as to how to integrate it into this theme. January 14, 2018 at 6:18 pm #5150 Themonic-SupportKeymasterHi,This will require testing before I can provide integration code. You have to wait a bit more (48-72 hours). January 16, 2018 at 11:49 am #5152 Themonic-SupportKeymasterReplace line 30 of content.php which is<span class="fn"><?php echo the_author_posts_link(); ?></span>with<span class="fn"><?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?></span>Another way if you want without hyperlinks, try pasting the below after line 156 of content.php<?php if ( function_exists( 'coauthors' ) ) { coauthors(); } else { the_author(); } ?>AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)You must be logged in to reply to this topic.Log In Username: Password: Keep me signed in Log In