Hay, I’m making a WordPress template, and i have 4 main pages.
HOME
BLOG
CONTACT
ABOUT US
As you can see “Blog” is a page (i need it to display when i call wp_list_pages()), but how do i edit this blog page? I assigned the “Blog” page a custom temeplate (called blog.php), but when “Blog” is set as the “Post page” in the Reading section of the WordPress admin, the page fails to render the template.
How do i edit this “Blog” page?