• Hi, i trying to figure how to integrate Co Author plus. Im using Mystique theme.

    Only code what I found to display authors is:

    <div class="post-info">
                  <?php if($app->options('post_author')): ?>
                <span class="a"><?php printf(_a('Authors: %s'), $app->post->author->getNameAsLink()); ?></span>
              <?php endif; ?>

    Really dont know what to do.

    Thanks

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

  • The topic ‘Co Authors Plus and Mystique theme’ is closed to new replies.