I want to show my post for limited time, how is it possible?
You should use cron job. Yes WordPress has a function wp_schedule_event (). This function will perform certain operations based on the time difference you add it. Say for example, if you schedule it daily this will works everyday and perform the operarions on daily basis. you can hook a function with wp_schedule_event. Just get the … Read more