Widget Date
-
The date displayed in the widget does not appear to be properly scoped. It displays the date of the first post for all subsequent posts listed. The fix is to add the format and post id to the get_the_date() https://codex.www.ads-software.com/Function_Reference/get_the_date in the widget function of this plugin, e.g.:
<?php echo get_the_date( 'm/d/Y', $fp->ID );?>
- The topic ‘Widget Date’ is closed to new replies.