fix(theme): complete namespace swap + page-hero/aura-bg placement + single.spec gating

This commit is contained in:
Keith Solomon
2026-08-16 14:23:04 -05:00
parent ca9c5f215c
commit afa594aa0a
38 changed files with 81 additions and 65 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* ACF (Advanced Custom Fields) support class & functions
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
/**
* SoloFrameEvo Theme Enqueue Class
* KsPortfolio Theme Enqueue Class
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
/**
* SoloFrameEvo MenuItems Class
* KsPortfolio MenuItems Class
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Resources custom post type & taxonomies
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+1 -1
View File
@@ -2,7 +2,7 @@
/**
* Filters. etc
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
/**
* SoloFrameEvo Theme Helpers
* KsPortfolio Theme Helpers
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
/**
* SoloFrameEvo Theme Hooks
* KsPortfolio Theme Hooks
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -1,8 +1,8 @@
<?php
/**
* Search features for SoloFrameEvo theme.
* Search features for KsPortfolio theme.
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
+2 -2
View File
@@ -2,7 +2,7 @@
/**
* Add a comment to show which template is being used on the current page.
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
@@ -14,7 +14,7 @@ namespace KsPortfolio;
* Displays the active WordPress template in the footer for debugging purposes.
* Determines which template WordPress has chosen to use and outputs it as an HTML comment.
*
* @package SoloFrameEvo
* @package KsPortfolio
* @since 1.0.0
*/
class ShowTemplate {