• Resolved kjn11994

    (@kjn11994)


    Hi, I’m a complete novice when it comes to wordpress, and I’m not sure how/where I’m supposed to integrate the coauthors tags. I have the plugin installed and activated, but I don’t know about messing with the code.

    I’m currently using the theme “sight” by wpshower.

    could anyone help?

    thank you!

    http://wordpress.org/extend/plugins/co-authors-plus/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Bachhuber

    (@danielbachhuber)

    You’ll need to replace the bits of code within your theme that look like this:

    by <span class="post-author"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="Posts by <?php the_author(); ?>"><?php the_author(); ?></a></span>

    With this:

    <?php coauthors_posts_links(); ?>

    Here’s more information on how template tags work.

    Thread Starter kjn11994

    (@kjn11994)

    I just found where to access loop.php on the theme editor in wordpress’ dashboard.

    hindsight 20/20, i guess.

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘integrating co-authors plus into Sight by WPshower’ is closed to new replies.