1
I am working with wordpress and am customizing the index keeping the top and footer:
<?php get_header(); ?>
<?php get_footer(); ?>
only that when I go into the settings and point out the "Blog" page as the posts page they do not appear (image below).
Where do I point this manually? Or I’ll have to create and set up a "blog.php" page on the theme page?
Alias, I do not know if it is correct to change the home page in the index of the theme... Thank you!
Instead of renaming, it is better to make a copy. A
page.php
is used as default for any page that does not have Model defined (the "Default Template" that appears there in the screenshot).– brasofilo
Thanks for the tip, man, I didn’t know.
– Ursones