24 Star 344 Fork 36

秋天不回来/WordPress简约博客主题Qzdy

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
single.php 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
‘858896214@qq.com’ 提交于 2022-12-12 21:48 +08:00 . qzdy v5.2
<?php
ini_set("error_reporting","E_ALL & ~E_NOTICE");
// Q-Q交-流群:9173673-58
// 作者博客:https://www.aj0.cn/
if (! defined('ABSPATH')) {
exit;
}
global $post_ID;
$cat_ID = get_query_var('cat');
$category=get_the_category( $post_ID );
$catid=$category[0]->term_id;
$flkgg=get_term_meta( $catid, '_zero-classification-theme-1', true );
if($flkgg == 'theme_3'){
include(TEMPLATEPATH . '/single/single-tw.php');
}else{
include(TEMPLATEPATH . '/single/single-default.php');
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/MUCEO/qzdy.git
git@gitee.com:MUCEO/qzdy.git
MUCEO
qzdy
WordPress简约博客主题Qzdy
master

搜索帮助