- This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
There is s a discrepancy in how the Author name is displayed between the blog-grid view and single posts.
In blog-grid view, it shows the author’s name only.
In single post view, it shows “By author_name”.
Also when using an avatar plugin like WP User Avatar the avatar is shown in blog/grid view but not on the single post view.
I have found omissions of escape functions in the code around the author display in the two templates:
Hi Jim,
Can you please describe your issue more detailed? Can you please share the screenshot of the issue or a link where the issue exists?
Screenshots will be much appreciated.
Kind Regards
On the blog front page, where most recent posts are shown:
It shows the author avatar and author name only.
After clicking “Read More” and displaying a 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
missing esc_html_e(‘By’, ‘ashe’)
single-post.php
missing get_avatar() etc.
Hi Jim,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards