What's new is not a module/widget - it's a section from template.frontpage and you can only select a source categories. If you wan to change amount of posts, please edit your template.frontpage.php file and change this fragment:
- Code: Select all
$args_posts = array(
'post_type' => 'post',
'cat' => get_theme_mod('technews_filtered_categories', '')
);
to:
- Code: Select all
$args_posts = array(
'post_type' => 'post',
'cat' => get_theme_mod('technews_filtered_categories', ''),
'posts_per_page' => 8
);
Then you'll have 8 posts (2 rows)