• Hello,

    I am developing a wordpress site with the following sections:

    HOME: (a static page) front-page.php (already developed)
    SINGLE BLOG POST: (a page for each single blog post) single.php (already developed)
    BLOG LISTING: how should I name this one? I need a new page for the PHP loop, so that I can list all posts. I know that wordpress considers front-page as both the homepage and the blog listing page, however, is it possible to separate the 2 files? is there another default name for the blog listing? i.e: blog-listing.php? How do I tell wordpress to use another php page for the blog listing and not the front-page.php file?

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to SELECT PHP page for the BLOG only (NOT for the FRONTPAGE)’ is closed to new replies.