From 5333531be427243d65d7380e8a0dd7df392fc18c Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Sat, 6 Dec 2025 22:40:53 -0600 Subject: [PATCH] fix(templates): add missing components to archive templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add social-share component to category.php and archive.php - Add related-post component to category.php and archive.php - Now archive templates have same components as single.php 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- archive.php | 14 ++++++++++++++ category.php | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/archive.php b/archive.php index f4838386..dc64d30a 100644 --- a/archive.php +++ b/archive.php @@ -53,6 +53,13 @@ $main_col_class = $show_sidebar ? 'col-lg-9' : 'col-lg-12'; } ?> + + + + + + diff --git a/category.php b/category.php index 88b8aef4..37247c33 100644 --- a/category.php +++ b/category.php @@ -53,6 +53,13 @@ $main_col_class = $show_sidebar ? 'col-lg-9' : 'col-lg-12'; } ?> + + + + + +