v1.13 — Customizer 可配置化

This commit is contained in:
2026-05-04 14:26:35 +08:00
parent e2b31e9a4b
commit 49aba90c12
5 changed files with 102 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $total_pages = ceil($total / $per_page);
<div class="section-header">
<span class="section-title">📜 笺文</span>
<span class="section-filter" style="font-size:13px;color:var(--ink-lighter);">字里行间,尽是岁月</span>
<span class="section-filter" style="font-size:13px;color:var(--ink-lighter);"><?php echo esc_html(get_theme_mod('kjweji_articles_subtitle', '字里行间,尽是岁月')); ?></span>
</div>
<?php if ($query->have_posts()) : ?>