diff --git a/archive-projects.php b/archive-projects.php index 11718a4..4dbce64 100644 --- a/archive-projects.php +++ b/archive-projects.php @@ -10,14 +10,16 @@ namespace KsPortfolio; get_header(); $hero_intro = get_field( 'archive_intro', (int) get_queried_object_id() ); + if ( ! $hero_intro ) { $hero_intro = __( 'A comprehensive catalog of WordPress plugins, custom themes, and open-source contributions developed for scalable enterprise environments. Focused on modern development practices, performant architectures, and secure integrations.', 'ks-portfolio' ); } ?> +
-

+

diff --git a/header.php b/header.php index 0ca72ef..2778389 100644 --- a/header.php +++ b/header.php @@ -54,13 +54,15 @@ $showHero = in_array( <?php echo esc_attr( get_bloginfo( 'name' ) ); ?> logo Keith Solomon - +
+ - + +