✨feature: Update project archive title and enhance header layout
This commit is contained in:
@@ -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' );
|
||||
}
|
||||
?>
|
||||
|
||||
<section class="archive-projects">
|
||||
<div class="container mx-auto my-section">
|
||||
<header class="archive-projects__head">
|
||||
<h1 class="archive-projects__title"><?php echo esc_html__( 'Project Archive', 'ks-portfolio' ); ?></h1>
|
||||
<h1 class="archive-projects__title"><?php echo esc_html__( 'Projects', 'ks-portfolio' ); ?></h1>
|
||||
<p class="archive-projects__intro"><?php echo esc_html( $hero_intro ); ?></p>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user