• Hi Andre. 1st, a big, sincere thanks for your WordPress themes.

    I’m using the Fukasawa theme. I’d like to add, “Written by [post author] on [publish date]”, under all post headers. I’d really appreciate any help on how to go about this.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @dahunsidami,

    Glad you like them!

    For that, you’ll have to create a child theme, copy over the Fukasawa singular.php file to it, open it and add output of the author name in the post-header header element. The following code should do it:

    <p class="author-byline">Written by <?php the_author_posts_link(); ?></p>

    You might need to add some styling to the element as well.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Add post title and post author under post header’ is closed to new replies.