• 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

Post info is not displayed in author archives

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 › StudioPress Themes › Breakthrough Pro › Post info is not displayed in author archives

This topic is: not resolved
  • This topic has 0 replies, 1 voice, and was last updated 1 year, 11 months ago by webkompaan.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • July 25, 2023 at 8:08 am #507575
    webkompaan
    Participant

    The Post Info is missing on the author pages, even with all plugins disabled and only with the Genesis and Breakthrough theme enabled. Both are up to date. The below code in the functions file of the theme should display the post info, but it only shows 'by' and 'on', while on other pages the post info is displayed correctly.

    function breakthrough_modify_post_info( $post_info ) {
    
    	global $post;
    
    	setup_postdata( $post );
    	$post_avatar = get_avatar( get_the_author_meta( 'email' ), 36 );
    
    	if ( is_single() ) {
    		$post_info = $post_avatar . '<i class="byline">by</i> [post_author_posts_link] <i>on</i> [post_date after=""]  [post_comments] [post_edit]';
    	} else {
    		$post_info = '<i class="byline">by</i> [post_author_posts_link] <i>on</i> [post_date]  [post_comments] [post_edit]';
    	}
    
    	return $post_info;
    
    }
    
    https://www.devrijdenkers.nl/author/oliver/
  • Author
    Posts
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
Log In

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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