How do I create an archive page for standard posts?
-
I’ve been tasked with creating a portfolio website for a client who also wants a blog.
What I’ve Done Thus Far:
I’ve created a custom post type to separate the portfolio work from the blog posts and created aWP_Query
to display them on myfront-page.php
.The Problem:
Now that myfront-page.php
displays my custom post type (and not my WordPress’ builtin posts), I’m not sure how to navigate to my blog archive. What template do I use to create said archive (i.e.index.php
,home.php
,archive.php
, etc) and would I navigate to it?
- The topic ‘How do I create an archive page for standard posts?’ is closed to new replies.