hello, can somebody please help me i want to post offers on my wordpress site but i want it showing the post each every next 3 days something differ like: when i make a post: -first 3 days it must show the post/content = people see what i have written in my post -after 3 days it will say sorry you cant see this content anymore : the post must not be deleted, people can only not see the content how can i show <?php the_content(); ?> only first 3 days? and after 3 days saying sorry this content is locked up also is it possible to let people see the content after 10th day? another code?
You need to be able to expire the post after a certain duration. This plugin might be helpful to you http://wordpress.org/plugins/post-expirator/
but i am posting 100 posts a day, do i need to do that for each post? can it just not automatically do for all posts automatically please anyone?
Yes you can run a Cron job and once the DATETIME is > three days your script can update the database to set the posts to hidden or whatever state you want them to be in. It would be pretty easy to do in Wordpress. You might like to however add some form of redirection though incase Google etc has indexed those pages, be a shame to 404 your visitors.