• Resolved highprrrr

    (@highprrrr)


    Viewing post category pages displays no content, despite there being many posts in that category.

    Disabling Connections Business Directory makes the problem go away.

    For testing purposes, I added the following code to my page.php and archive.php templates:

    <script>
    console.log(“page”);
    </script>

    <script>
    console.log(“archive”);
    </script>

    With Connections enabled, when I view a post category page, I see “page” in the console. For some reason, it’s using the page.php template to display the archive page.

    When I disable connections, and view the post category, I see “archive” in the console, because it’s correctly using the archive template.

Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    I suspect you might have changed the default category permalink slug in Connections from cat to category, causing a conflict with WordPress.

    Please navigate to the Connections Settings admin page, click the Advanced tab, and scroll to the Permalinks section. Change the Category permalink slug to cat and save the change.

    I hope this helps, please let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Connections causes my archive page to not work’ is closed to new replies.