Hi!
How to display author and date on blog post below the blog title?
https://www.redmako.com.au/why-is-your-job-search-missing-the-mark/
Thanks!
Hi..
Please edit the post in backend and then enable the setting to show author information.
how about the date? how to display it on the post?
Hi...
We by default always shows the date bellow the post.
I checked your post and found out that the date is already present there but your autoptimise plugin is hiding the date, refer:
http://prntscr.com/fr2ibt
Thanks for checking!
how do I display it without deactivating the auto-optimize plugin?
Try adding the bellow css in your appearance->customize->custom css:
.single-post .tags .indate {display:block;}
.single-post .tags ul {float:right;}
it worked but displaying a wrong date. please visit : https://www.redmako.com.au/blog/ to see date then click on an article, date below post is different.
Hi..
The date shown on the single post page is actually the last modified date, so if you modify your post today then the date will be shown of today's.
If you created a post on 1 July and modified it on 3 July then the date will be shown as 3 July on the post page.