On WordPress how can I get this done?
Limit wp query to list posts only upto recent one year (365 days) and do not list posts which is older then 365 days.
Is there any plugin for this? Please advise.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an example on codex that shows how to list posts from the last 30 days:
http://codex.wordpress.org/Class_Reference/WP_Query#Time_Parameters
You should adapt it to fit your needs, e.g. (not tested) :