Yeah, the problem is my site is a bit more complex. It’s a bit like a magazine site, and the index.php page only features the 4 latest posts. I need to add a button to the top of these posts that says “View blog index” and go to a separate archives page which will display every single post in the blog.
I know that the archives.php page can do what I want it to do. It’s set up to check if the user is trying to view the archives by author, category, etc., and if none of those, then simply display every single post there is. The problem is I don’t understand what sort of link to use to tell the archives page to display everything.