Display only one post each WEEK
There are quite a number of ways to achieve this and to optimize this to make it efficient as well. Here is just a basic idea to achieve this by using the offset parameter in WP_Query and using the php function date() to get the current week number. First, you should get the current week … Read more