Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Author display discrepancy between grid and single posts #52335
    Jim T
    Participant
    Free Member

     

    On the blog front page, where most recent posts are shown:

    blog-grid

    It shows the author avatar and author name only.

     

    After clicking “Read More” and displaying a single post:single post

    It does not show the author avatar but shows the word “By” then then author name.

    That’s because there are coding differences in that block :

    blog-grid.php

    blog grid code

    missing esc_html_e(‘By’, ‘ashe’)

    single-post.phpsingle page code

    missing get_avatar() etc.

Viewing 1 post (of 1 total)