I would like to modify edit.php to display the date and time (instead of just date or 'scheduled') that a post published or is scheduled to publish. I do a lot of scheduled posts and this would give me a quick glance at when posts will publish.
I would like to modify edit.php to display the date and time (instead of just date or 'scheduled') that a post published or is scheduled to publish. I do a lot of scheduled posts and this would give me a quick glance at when posts will publish.
Obviously, you shouldn't actually modify edit.php, as any changes will be overwritten when you upgrade WordPress.
However, you can try to use the manage_posts_columns filter to add a new column showing the scheduled/published time.
This topic has been closed to new replies.