• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Can I Show Multiple Authors in the Post Bylines?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Can I Show Multiple Authors in the Post Bylines?

This topic is: not resolved

Tagged: bylines, Multiple Authors

  • This topic has 5 replies, 2 voices, and was last updated 13 years ago by kay9.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • April 9, 2013 at 8:07 am #34260
    kay9
    Participant

    I'd like each blog post to be able to say "Posted on [date] by Author A, Author B, and Author C" or any other combo, like that ("by Author A and Author C"), etc.

    I tried the "Co-Authors Plus" plugin but couldn't get it to show more than one author in the byline. 🙁

    Thanks for any clues!

    April 9, 2013 at 8:49 am #34262
    wjdennen
    Member

    Did you try using the Co-Authors Plus template tags?

    http://vip.wordpress.com/documentation/incorporate-co-authors-plus-template-tags-into-your-theme/

    April 9, 2013 at 4:33 pm #34399
    kay9
    Participant

    Gah, thank you so much for the reply! Sorry it took me so long to get back here. OK, I did not try the tags because it looked a bit outside my skill level. I will go look again!

    Thanks!

    April 10, 2013 at 8:46 am #34514
    kay9
    Participant

    Hmm, well I don't understand which file I am supposed to modify, or exactly how, after reading this page. Unfortunately. Do I change the Co-Authors Plus template-tags.php file? Or do I change the theme's single.php and author.php files?

    April 10, 2013 at 8:59 am #34527
    wjdennen
    Member

    As a simple test, you could add this to your functions.php file, assuming you have the Co-Authors plugin enabled.

    /** Customize the post info function */
    add_filter( 'genesis_post_info', 'kay9_post_info_filter' );
    function kay9_post_info_filter($post_info) {
    if ( !is_page() ) {
    if ( function_exists( 'coauthors_posts_links' ) ) {
    $post_info = '[post_date] by ' . coauthors_posts_links("","","","",false) . ' [post_comments] [post_edit]';
    } else {
    $post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]';
    }
    return $post_info;
    }}

    April 10, 2013 at 10:39 am #34569
    kay9
    Participant

    OK thanks! I added the code you provided to the functions.php file for my child theme. It isn't doing anything, that I can tell. The authors are not displaying in the "posted by" line at the top of the posts, OR at the end of the posts. And yet, in the draft of the post, I see the three names under the edit post area, as if they WILL be listed when the post is published. Could the fact that the post is in "draft" still be causing the new multi-author byline to NOT show up?

    Baffled here. Maybe I was supposed to modify the code you provided in some way? Sorry to be so dense! I really appreciate your help!

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble