お知らせ

$paged,
‘post_type’ => ‘topics’,
‘posts_per_page’ => 20,
);
$res = new WP_Query( $args );
?>