category(','); ?>
commentsNum('0 ', '1 ', '%d '); ?>
user->hasLogin() && $this->user->pass('editor', true)): ?>
Edit
title() ?>
content(); ?>
options->wxpay): ?>
×
如果觉得文章对你有帮助,可以请作者喝杯咖啡 ☕️
复制链接permalink(); ?>
复制成功!
tags(' ', true, ' '); ?>
options->showProfile): ?>
need('module/profile.php'); ?>
options->showcate): ?>
categories) {
// 获取第一个分类的信息
$category = $this->categories[0];
$categoryId = $category['mid'];
$categoryName = $category['name'];
$categoryDescription = $category['description']; // 如果分类有说明(描述)
// 获取主题选项中的分类图片基本 URL
$themeUrl = $this->options->midimg;
// 生成分类图片地址
$categoryImage = $themeUrl . $categoryId . '.jpg';
}
?>
options->showrelated): ?>
need('module/related.php'); ?>
allow('comment')): ?>
need('module/comments.php'); ?>