Conversation
supportHi, and thanks for your swift reply! I am also wondering if it would be possible to get the date or year listed in front of the list item? In the widget settings I can edit date format, but no date is presented. https://wordpress.org/plugins/smaly-widget/
The date shows up in the title of the anchor tag, so you should see it when you hover over a link. It’s on line 97 if you want to customize where it shows up in the output. You could move this bit of code to either before or after the anchor: ‘.get_the_date($instance[‘format’]).’
In case you did not see the update on the other topic you started: As for the problem of it listing today’s post when you choose “this Day of All Prior Years “, well that was just a bug in my new code. I just released an updated version of this plugin that fixes that issue and also allows you to set where the date is displayed. Thanks for these great suggestions. I hope you like this plugin enough to make a donation 😉 Aloha, Eli
The date shows up in the title of the anchor tag, so you should see it when you hover over a link. It’s on line 97 if you want to customize where it shows up in the output. You could move this bit of code to either before or after the anchor: ‘.get_the_date($instance[‘format’]).’
In case you did not see the update on the other topic you started: As for the problem of it listing today’s post when you choose “this Day of All Prior Years “, well that was just a bug in my new code. I just released an updated version of this plugin that fixes that issue and also allows you to set where the date is displayed. Thanks for these great suggestions. I hope you like this plugin enough to make a donation 😉 Aloha, Eli