I'm working with wordpress and I'm customizing the index keeping the top and footer:
<?php get_header(); ?>
<?php get_footer(); ?>
But when I go into the settings and point to the "Blog" page as the post page they do not appear (image below).
WheredoIpointthismanually?OrwillIhavetocreateandsetupa"blog.php" page on the theme page?
Alias, I do not know if it's right to change the homepage directly in the theme's index ... Thank you!