tao-software / tao-schedule-update

Wordpress Plugin to Schedule Content Updates
https://wordpress.org/plugins/tao-schedule-update/
MIT License
16 stars 14 forks source link

How to see the scheduled date and time for scheduled post? #6

Closed umarfarukm closed 8 years ago

umarfarukm commented 8 years ago

Just wanted to know where can i see the scheduled date and time of post after the post was scheduled? As of now i am not able to find it.

By the way it really works good!

Syberspace commented 8 years ago

There should be a separate column that displays the date and time of each scheduled update. If that column isn't visible to you you might have to turn it on via the screen options in the top right (below your username)
tsu-releasedate

umarfarukm commented 8 years ago

YES! We actually see them under page,post (and other default post_type).

We are using 'The Events Calendar' (post_type = tribe_events). How to enable to the custom post type pages?

Syberspace commented 8 years ago

I am not familiar with "The Events Calendar". But from what my short tests have shown I would assume they are using a custom built table layout that only mimics the wordpress builtin WP_Table but does not respect additional columns.

I will see if I can find a solution for this incompatibility.

Syberspace commented 8 years ago

My assumption was wrong. "The Events Calendar" uses the standard wordpress table functionalities. The problem is that the tribe_events post type is registered after tao-schedule-update is done initializing.

Syberspace commented 8 years ago

i'll try to push the updated code with a new version number to the wordpress.org repo this week, can't promise anything though.