Is it possible to set a form so that it creates a post that is only shown for a limited time (30 days)?
I'm thinking of using it to set up a classified ads section on my site.
Is it possible to set a form so that it creates a post that is only shown for a limited time (30 days)?
I'm thinking of using it to set up a classified ads section on my site.
You could probably integrate it with a plugin like this:
http://wordpress.org/extend/plugins/post-expirator/
Just add the shortcode (details in the Post Expirator plugin) to the body content of the created post using the content template functionality of the Post Body field.
Thanks, I'll give that a go :)