详情 评论 问答 子比美化 – 文章卡片调整日期小柚子12月1日更新关注私信04015 教程 找到主题文件:/wp-content/themes/zibll/inc/functions/zib-posts-list.php然后在里面搜索 :获取卡片模式的文章列表 如图 替换为下方代码: function zib_posts_mian_list_card($args = array()) { // 准备必要参数 $zbbox_date = get_the_date('Y-m-d'); // 完整日期 $date = get_the_date('m-d'); // 简写日期 $graphic = zib_get_posts_thumb_graphic(); $title = zib_get_posts_list_title(); $badge = zib_get_posts_list_badge($args); $meta = zib_get_posts_list_meta(empty($args['no_author']), true); $class = 'posts-item card ajax-item'; $style = _pz('list_card_option', '', 'style'); $class .= $style && $style != 'null' ? ' ' . $style : ''; $html = ''; $html .= '<posts class="tuc-2ea177b2-326335-0 ' . $class . ' tuc-2ea177b2-326335-0">'; // ========== 新增:右上角靠右日期(不影响原有结构) ========== // $html .= '<div class="tuc-2ea177b2-326335-0 card-top-date tuc-2ea177b2-326335-0" style="position: absolute; top: 10px; right: 10px; z-index: 2;">'; $html .= '<div class="tuc-2ea177b2-326335-0 post-time tuc-2ea177b2-326335-0">'; $html .= '<svg t="1718343757391" class="tuc-2ea177b2-326335-0 icon tuc-2ea177b2-326335-0" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6786" width="16" height="16">'; $html .= '<path d="M690.176 843.776l239.616-358.4c10.24-14.336 6.144-32.768-8.192-43.008-4.096-4.096-10.24-6.144-16.384-6.144H716.8v-225.28c0-16.384-14.336-30.72-30.72-30.72-10.24 0-20.48 6.144-24.576 14.336L421.888 552.96c-10.24 14.336-6.144 32.768 8.192 43.008 4.096 4.096 10.24 6.144 16.384 6.144H634.88v225.28c0 16.384 14.336 30.72 30.72 30.72 10.24 0 20.48-6.144 24.576-14.336z" p-id="6787" fill="#17abe3"></path>'; $html .= '<path d="M204.8 231.424h204.8c34.816 0 61.44 26.624 61.44 61.44s-26.624 61.44-61.44 61.44H204.8c-34.816 0-61.44-26.624-61.44-61.44s26.624-61.44 61.44-61.44z m0 491.52h204.8c34.816 0 61.44 26.624 61.44 61.44s-26.624 61.44-61.44 61.44H204.8c-34.816 0-61.44-26.624-61.44-61.44s26.624-61.44 61.44-61.44z m-81.92-245.76h163.84c34.816 0 61.44 26.624 61.44 61.44s-26.624 61.44-61.44 61.44H122.88c-34.816 0-61.44-26.624-61.44-61.44s26.624-61.44 61.44-61.44z" opacity=".3" p-id="6788" fill="#17abe3"></path>'; $html .= '</svg>'; $html .= '<span class="tuc-2ea177b2-326335-0 full-date tuc-2ea177b2-326335-0">' . $zbbox_date . '</span>'; $html .= '<span class="tuc-2ea177b2-326335-0 short-date tuc-2ea177b2-326335-0">' . $date . '</span>'; $html .= '</div>'; $html .= '</div>'; // ========== 新增结束 ========== // // ========== 原始结构 100% 保留 ========== // $html .= $graphic; $html .= '<div class="tuc-2ea177b2-326335-0 item-body tuc-2ea177b2-326335-0">'; $html .= $title; $html .= $badge; $html .= $meta; $html .= '</div>'; $html .= '</posts>'; return $html; } CSS代码 /* 文章卡片基础样式背景美化 */ .card-top-date .post-time{color:#777;font-size:14px;display:flex;align-items:center;gap:4px;background:0 0;padding:0;border:none;box-shadow:none}.card-top-date .post-time .icon{vertical-align:middle}.card-top-date .post-time .full-date{display:inline-block}.card-top-date .post-time .short-date{display:none}@media (max-width:768px){.card-top-date .post-time .full-date{display:none}.card-top-date .post-time .short-date{display:inline-block}} 文章很赞,支持一下吧~ 还没有人为TA充电 为TA充电 还没有人为TA充电 © 版权声明 版权声明 1 本站名称: 七九网单 2 本站网址:www.fengxue.cc 3 本网站的文章部分内容可能来源于网络,仅供大家学习与参考,如有侵权,请联系站长进行删除处理。 4 本站一切资源不代表本站立场,并不代表本站赞同其观点和对其真实性负责。 5 本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报。 6 本站附件资源、教程等内容如因时效原因失效或不可用,请评论区留言或联系站长及时更新。 THE END子比美化 喜欢就支持一下吧点赞15打赏 分享QQ空间微博QQ好友复制链接收藏如何下载资源?您可以通过搜索或浏览分类列表来找到您期望下载的资源。随后点击资源介绍页右侧的下载链接按钮,依据提示信息进行操作即可。是否需要充值才能下载?大部分资源可积分免费下载,为了维持网站的运行小部分资源须付费才能下载。下载的资源是否有版权?本站提供的下载资源均为网络搜集,仅供个人学习和交流使用。对于版权问题,请用户自行判断并承担相应责任。 上一篇 子比主题美化 - 文章卡片添加背景 下一篇 NY1.0子比子主题 评论 抢沙发 请登录后发表评论 登录 注册 暂无评论内容