Hi there,
In line 84 of the va_simple_expires.php, there is a call to add_action to call plugins_loaded method, but it’s not defined in the file.
add_action( 'plugins_loaded', array( &$this, 'plugins_loaded' ) );
Please look into it when you get a chance.
]]>I would love for this to work for Media Library items as well. For example, to remove images from a slider at a certain date/time.
Wonderful plugin!
]]>Hello,
Just wondering if this plugin is going to be updated and developed further.
Thank you.
]]>Hi,
Is it possible to change the status of the post “Ended” and that the post can be removed?
Hi, I have installed the plugin VA SIMPLE EXPIRES. With the plugin WP ALL IMPORT upload a CSV file with post-type TEAM MEMBER. All right.
I upload custom fields as the following fields:
_wpas_done_all with value 1
_edit_last with value 1
scadenza-date with value {scadenzadate[1] (this value is a csv field with the expiration date)
scadenza-enable with value 1
The problem is the _edit_lock custom field, I do not know the value I have to put here. Only wordpress save this valor when i published the post manually.
All other fields works perfectly, but the post does not expire if I do manually.
]]>I noticed an issue … if I accidentally put as expiration year “2017” and save the post, after, I can’t see the year 2016 in the drop-down menu.
How can I fix?
Is it possible to have notifications when a post expires? A global setting to select Yes or No for notifications.
Also, can the radio buttons be removed for enable/disable? They are not convenient.
https://www.ads-software.com/plugins/post-expiring/ << They have done it nicely.
]]>VA Simple Expires stopped expiring posts! I really need this plugin on one of my sites and it was working perfectly before the update.When will there be an update? Any help appreciated?
Thanks
Francis
]]>Cron does not publish future posts if expiration time set with VA-expire plugin. It worked under WP4.3.1 but does not now.
]]>It really works. Nice to have expired posts grouped in “Expired” posts section. Its easier to bulk-delete them, but could be good if one can change the folder under plugin settings. Some people would prefer just moving expired posts into trash.
]]>Hello,
I was using post expirator which is not maintained anymore and decided to install your plugin.
When I did, at first it seemed okay, I had the box in post/pages and began using it.
Then I went to the ‘All articles” page, and I noticed there were no mention of expiration dates at all : neither near the trash link, and no new column in the list.
I am using the Sahifa theme with wp 4.1.2. I disabled the theme and all plugins but yours, but it is still the same.
May you help ?
Thanks
]]>Thanks sir for your plugin,
Please, Can i use your plugin to add expire date to my Product that i created By woocoomerce Plugin ?
Best regards
A.J.
how do i get the date to show in post?
is it possible to get a countdown to?
regards,
Ricardo Marques
Hi and thank you for the great plugin!
It works like a dream, if you’re not one of the unfortunate depending on WP-Types (v.1.5.6) plugin.
I battled for few hours to get the update mechanism to keep meta data intact.
Here’s what I found out:
My solution/changes:
line #45
add_action( 'save_post', array( $this, 'scadenza_save_postdata' ), 100 );
and on line #127 (Answer found from stackoverflow[2])
$wpdb->update( $wpdb->posts, array( 'post_status' => 'expiration' ), array( 'ID' => $cur_post->post_id ) );
These two small changes made the plugin work for me as expected.
[1] https://wp-types.com/forums/topic/update_post_meta-does-not-work-for-custom-fields/
[2] https://stackoverflow.com/questions/5573230/wp-update-post-make-custom-field-values-disappear-wordpress
I think is usefull the expires post can go to another category instead to the ended section
]]>Does your script depend on Simple Expires?
]]>