v1.4 — Photo 详情页画廊

- 灯箱画廊:点击图片全屏查看,多图左右切换
- 单图隐藏左右箭头,边界隐藏对应方向键
- 画廊顶部显示'标题 · 作者'
- 文章导航保留在灯箱底部
- 图片去重(特色图与正文图片不重复)
- 纯黑背景
- 已知限制:画廊内切换文章后灯箱不保持(AJAX 模式未稳定)
This commit is contained in:
2026-05-04 01:44:56 +08:00
parent c615206e88
commit 55cfd26162
4 changed files with 230 additions and 12 deletions
-1
View File
@@ -9,7 +9,6 @@ get_header();
$photo_query = new WP_Query(array(
'post_type' => 'photo',
'posts_per_page' => -1,
'meta_key' => '_thumbnail_id',
));
?>