更新日志2026/06/29 统一侧边栏网站日志内容
最后更新于2 天前。

本次更新统一侧边栏“网站日志”内容来源。

首页侧边栏网站日志现在只显示“更新日志”分类下、标题以“更新日志”开头的文章,原主题组件中混入的普通文章不再显示。

升级时会整理历史分类关系:更新日志文章补入“更新日志”分类,非更新日志文章从该分类移出,但不会删除文章。

修改源码
private static function normalize_update_log_category() {
	$category = self::update_log_category(true);
	$category_id = (int) $category->term_id;

	foreach ($in_category as $post_id) {
		$title = preg_replace('/\s+/u', '', (string) get_the_title($post_id));
		if (strpos($title, '更新日志') !== 0) {
			wp_set_post_categories($post_id, array_diff($categories, array($category_id)), false);
		}
	}
}

function renderUpdateLogPane(pane) {
	pane.innerHTML = '';
	var items = updateLogs && Array.isArray(updateLogs.items) ? updateLogs.items : [];
	items.forEach(function(item) {
		if (!item.title || item.title.replace(/\s+/g, '').indexOf('更新日志') !== 0) return;
		// Only update-log posts are rendered in the website log sidebar.
	});
}
暂无评论

发送评论 编辑评论


				
|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇
下一篇