I would like to show more than 3 images for the blog feed block. If it's not easily possible to increase the number is there a way to have two block's that are both blog feed but show different posts?
This is pretty easy so I'll put you on the right track: First of all, I'd recommend that you activate the child theme. Then copy the file template-composer.php file from the parent theme and paste it into the child theme. Open pasted file with an editor and set a new numeric value for the posts_per_page value (line 156). You could use 7 to display two rows.
I would like to show more than 3 images for the blog feed block. If it's not easily possible to increase the number is there a way to have two block's that are both blog feed but show different posts?
Let me know, thanks!
This is pretty easy so I'll put you on the right track: First of all, I'd recommend that you activate the child theme. Then copy the file template-composer.php file from the parent theme and paste it into the child theme. Open pasted file with an editor and set a new numeric value for the posts_per_page value (line 156). You could use 7 to display two rows.
Cheers, P.