Coauthors on Expound
-
I am trying to use the Coauthors plugin on the latest version of Expound.
The solution lies in replacing the
<?php the_author(); ?>
or similar call with another line of code unique to Coauthors:<?php if ( function_exists( 'coauthors_posts_links' ) ) { coauthors_posts_links(); } else { the_author_posts_link(); } ?>
The problem is I cannot find where to adjust the way the author’s name shows up above the post anywhere in the theme files. I assumed it’d be in index.html, but even if I flat out delete the part of the loop dealing with author names, the post author’s name still appears as if I hadn’t done anything. Suggestions?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Coauthors on Expound’ is closed to new replies.