• Resolved kitcoamin

    (@kitcoamin)


    Hello, is there any way to display the author names on the home page for each article? Obviously the author name is visible when an article is expanded, but it would be great to also display this prior to a reader expanding an article. Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hi,
    You would have to edit /template-parts/content.php (Appearance > Editor).
    Add this piece of code:
    <?php echo esc_url( the_author_posts_link() ); ?>
    Right before this line:
    </p><!-- .post-meta -->

Viewing 1 replies (of 1 total)
  • The topic ‘Author names’ is closed to new replies.