If you edit the ad from the classifieds back end, or WordPress page edit button as admin, then click the Expires link in the publish area and tick Never Expires. Thats where mine is anyways. It doesn’t show for me in quick edit or manage ads area on the front end.
I have hundreds of ads, I dont want to do one by one. Thanks for your help. I want a solution, not a work around
Do you want to change the expiration date for ads you already have in database or for new ads?
Hi Greg,
Can I disable the expiry instead? New and Old. If not possible, how can I extend to alteast 1 year.
Thank you,
1. For new Ads you can disable duration by either setting duration in Pricings to 0 or if you are not using Pricings go to wp-admin / Classifieds / Options / Core and set there default visibility to 0.
2. For existing Ads run following query from phpMyAdmin
DELETE FROM wp_postmeta WHERE meta_key = ‘_expiration_date’;
make sure to backup your DB before running this query.
Hi Greg,
Thank you for your help!
1. There was no such path as wp-admin/Classifieds/Option/Core
I can see Plugins/wpaddverts/admin/Option but there is no line of code as visibilty
2. Query is working fine. Thank you,
Thanks Lurie! Got it. I was looking at ftp folder. Thanks