Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: filter topic on date base

$
0
0

yes it should be as bbpress just uses wp_query once args has been parsed.

see

http://codex.wordpress.org/Class_Reference/WP_Query dates are quite a way down

untested but something like

$week = date( 'W' );
$year = date( 'Y' );
bbp_has_topics( array( 'year' => $year, '&w' => $week ) );

would do last 5 days


Viewing all articles
Browse latest Browse all 3638

Trending Articles