Hi,
I’m trying to use Blocs for a Wordpress theme. I’m having problems with category pages.
Per the Wordpress documentation there is a hierarchy to how templates are chosen.
- Look for category slug template (i.e., category-SLUG.php)
- Look for category ID page (i.e., category-ID.php)
- Look for default category page
- look for archive page.
etc.
The problem I’m running into is that I need to have a category page for a specific category and Blocs keeps renaming the page.
I create a page in Blocs called category and everything works OK. I get category.php when I export.
I create a page called category-help and when I export I get page-category-help.php.
This is a problem. Is it a bug or something I’m not understanding?