有些帖子的日期是未来一年。我想让他们看看。到目前为止,我做了什么:
add_filter( \'getarchives_where\', \'displayFuturePosts\', 10, 2 );
function displayFuturePosts( $text, $r ) {
return "WHERE post_status = \'future\' OR post_status = \'publish\'";
}
wp_get_archives(array( \'type\'=>\'yearly\' ));
本次展会三大环节:2016 2017 2018
前两个打开并显示所有帖子,但2018年重定向至404。