• When I click on one of my archive links, I am getting a 404 error. I do have the file archives.php and there I am getting the links to the old content to work properly. The sites is https://mileswright.com/blogs and then click on any of the archive links on the left side.

    Does anyone have any idea what might be causing this? I’m mostly confused because it is obviously finding the pages and the correct dates because it is filling in the info when I use this code:
    <?php wp_get_archives('type=monthly&limit=12&show_post_count=1'); ?>

  • The topic ‘404 error when clicking on archive’ is closed to new replies.