<?php
/*
Plugin Name: 当天文章标题变红
Description: 使当天24小时内发布的文章标题变为红色
*/
// 添加自定义样式
function title_red_plugin_styles() {
$current_time = time();
$post_time = get_the_time('U');
$time_difference = $current_time - $post_time;
if ($time_difference < 86400) {
echo'<style>
.entry-title a,
.page-title {
color: red !important;
}
</style>';
}
}
add_action('wp_head', 'title_red_plugin_styles');
文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/802.html
08月26日,星期一, 每天60秒读懂全世界!
百度热搜新闻新闻来源:百度热搜榜1. 孙杨复出首秀夺冠 获400米自由泳金牌 8月25日,孙杨在全国夏季游泳锦标赛的男子400米自由泳决赛中,以3分49秒的成绩夺冠,32岁的孙杨4年半后王者归来。2....
08月18日,星期日, 每天60秒读懂全世界!
百度热搜新闻新闻来源:百度热搜榜1. 打1400公里顺风车逃单男子被行拘 一男子打1400公里顺风车到达目的地后逃单,司机无奈选择报警。后该男子如实交代了逃单行为,目前已被行拘,司机的损失已追回。2....