A user wrote:
I'm looking for a post that might help me add the author's gravatar to the post in Minimum Pro.
I was after something like the Twenty Sixteen theme:
https://en-gb.wordpress.org/themes/twentysixteen/
In this tutorial, we shall
- remove post info
- customize entry meta in the entry footer to show post author's gravatar image, author's name linking to all the posts by that user, categories and tags.
- float entry footer to the left and entry content to the right on desktop widths
on single posts in Minimum Pro.
768px and below:
Step 1
Let's first register a couple of custom shortcodes to display author's gravatar and to display URL of current post author's page.
We shall use them in a custom template for all single posts.
Add the following in Minimum Pro's functions.php:
To view the full content, please sign up for the membership.
Already a member? Log in below or here.
Thank you, Sridhar
This is exactly what I needed