From 7859d24c715e67e4ed824ee37030fc9857ffa089 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 29 Aug 2026 10:58:12 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feature:=20Update=20project=20archive?= =?UTF-8?q?=20title=20and=20enhance=20header=20layout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archive-projects.php | 4 +++- header.php | 14 ++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) 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 - +
+ - + +