Plugin Author
WPKube
(@wpkube)
Hi @jonturks
There’s no option at the moment to show the date of the last post but will add that to the to do list for an update.
Plugin Author
WPKube
(@wpkube)
Hi @jonturks
The update is released, here’s an example of how to use it:
[authors_list after_title="{alf:latest_post_date}"]
If you do not want it linked to the post, add link=no like this:
[authors_list after_title="{alf:latest_post_date link=no}"]
The default format of the date is like the one set in WP admin > Settings > General.
Based on the example you sent, you might want to change the format in the shortcode like this:
[authors_list after_title="{alf:latest_post_date link=no format=d.m.Y}"]
Hello!
Thank you comeback for my problem!
I added new code but last post title is lost.
[authors_list style="4" authors_list after_title="{alf:posts}" columns="4" amount="8" show_count="no" show_bio="no" orderby="post_date" authors_list roles="editor,contributor" authors_list after_title="{alf:latest_post_date link=no format=d.m.Y}"]
I don’t know where ı did mistake.
Screenshoot : https://hizliresim.com/1duUga
Plugin Author
WPKube
(@wpkube)
Hi @jonturks
Oh, when I saw the screenshot you sent I thought the “author bio” was after the title, not the latest post.
You can use multiple of those “dynamic output” codes, so in this case the “latest_post_date” and the “posts”:
[authors_list after_title="{alf:latest_post_date link=no format=d.m.Y} {alf:posts type=plain amount=1}"]
Bro! You are amazing man!
This code is working 🙂
Thank you to helping me!
Plugin Author
WPKube
(@wpkube)
You’re welcome and thank you 🙂