A client wants to have some custom elements on a category page. I have taken the V IEWS/INTEGRITY/WP-PAGE.PHP, renamed it to category-news.php and placed it in the child theme. That works as expected, however we use a custom /framework/views/integrity/content.php in the child theme to add some classes so we can modify the default look. When category-news.php is added to the child theme, the default wp-page.php is loaded. Is there some additional step I need to make sure the child theme’s wp-page.php loads instead of the default in the parent theme?
Thank you.