Archived topic
Page vs category archive
3 replies · Started by orlaith on February 7, 2023
Hi, I'm creating a travel blog. Each continent has its own page and in the menu there will be a drop down to each country. Should each country have its own page with a query loop or should it be left as a category archive?
Hi there,
the WP way and the most straight forward option is to use the Archives.
And those templates can be built using a Block Element if you want to customize them:
https://docs.generatepress.com/article/block-element-loop-template/
Perfect David thanks!
You're welcome