Co-Authors Plus and Bridge WordPress Theme
-
Hi There,
I love the functionality of this plugin. Unfortunately, I am unsure as to how I integrate the template tags into my WordPress Theme “Bridge“.
I contacted Bridge support, and they told me that the file that contains the author tags is blog_single-loop.php, located in wp-content/themes/bridge/templates/blog_single-loop.php
When I open this file, there seems to be multiple instances of the author tags. Should I be replacing ALL of these instances? Do I replace their code ENTIRELY with the code you specify (below)?
if ( function_exists( ‘coauthors_posts_links’ ) ) {
coauthors_posts_links();
} else {
the_author_posts_link();
}Also, I tried adding the above code to the blog_single-loop.php file, and the multiple authors that I have set up in Co-Authors Plus, did appear, however they appeared at the top of the page, and the Bridge Author Link was still appearing.
I would really appreciate some help, as my client needs this functionality asap.
Many thanks,
Ana
The topic ‘Co-Authors Plus and Bridge WordPress Theme’ is closed to new replies.