Connections causes my archive page to not work
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Connections causes my archive page to not work’ is closed to new replies.