Post Loop – Additional Query, current week
By Kyle Meyers, 8 years ago. Last reply by Alex S, 8 years ago
HI Friends, Has anybody tried querying the post loop widget to view posts from the current week? I’ve tried this in the additional query box, but the functions grabbing the date don’t seem to work. $current_year = date(‘Y’); $current_week = date(‘W’); year=$current_year&w=$current_week; Any help would be greatly appreciated!