子比主题美化-新发布文章列表角标

综合评论1,937,049字数 79阅读0分15秒

在主题目录 func.php 文件添加如下代码。

/*新文章发布角标 blog.zbiwl.com*/
function add_zbfox_new_post_label($title, $id) {
    if (!is_admin() && !is_single()) {
        $post_time = get_the_time('U', $id);
        if (time() - $post_time <= 24 * 60 * 60) {
            $title .= ' <div class="zbfox_new_post_label">NEW</div>';
        }
    }
    return $title;
}
add_filter('the_title', 'add_zbfox_new_post_label', 10, 2);
文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/731.html文章源自小武站https://1z345.cn/小武站-https://bbs.50-0.cn/731.html
分页按钮美化
分页按钮美化 综合

分页按钮美化

/*页码样式微调*/ .pagenav .current, .pagenav .page-numbers, .pagenav a { border: 0; padding: 8px 14px; bac...
  • 本文由 admin 发表于 2024年8月14日 00:18:31
  • 转载请务必保留本文链接:https://bbs.50-0.cn/731.html
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定