首页 > 教程 >
为WordPress主题文章纯代码添加历史上的今天列表
2023-02-18教程围观次
简介为了能更好地展示一些没有更新的老文章,我们可以在文章页面下添加一个“历史上的今天”功能获取老文章列表予以展示,如下图所示:该功能代码取至柳城大佬的wp-today插件,具体实现方法将以下代码添加到function.php文件末尾即可。//历史上的今天,代码来自WP-Today插件functionwp_today(){global$wpdb;$post_year=get_the_time('Y');
为了能更好地展示一些没有更新的老文章,我们可以在文章页面下添加一个“ 历史上的今天”功能获取老文章列表予以展示,如下图所示:
该功能代码取至柳城大佬的 wp-today 插件,具体实现方法将以下代码添加到function.php文件末尾即可。
//历史上的今天,代码来自 WP-Today 插件function wp_today(){ global $wpdb; $post_year = get_the_time('Y'); $post_month = get_the_time('m'); $post_day = get_the_time('j'); $sql = "select ID, year(post_date_gmt) as h_year, post_ , comment_count FROM $wpdb->posts WHERE post_password = '' AND post_type = 'post' AND post_status = 'publish' AND year(post_date_gmt)!='$post_year' AND month(post_date_gmt)='$post_month' AND day(post_date_gmt)='$post_day' order by post_date_gmt DESC limit 5"; $histtory_post = $wpdb->get_results($sql); if( $histtory_post ){ foreach( $histtory_post as $post ){ $h_year = $post->h_year; $h_post_ = $post->post_ ; $h_perma = get_perma ( $post->ID ); $h_comments = $post->comment_count; $h_post .= "<li><strong>$h_year:</strong> <a href='".$h_perma ."' ='".$h_post_ ."' target='_blank'>$h_post_ ($h_comments)</a></li>"; } } if ( $h_post ){ $result = "<h2>历史上的今天:</h2><ul>".$h_post."</ul>"; } return $result;}function wp_today_auto($content){ if( is_single() ){ $content = $content.wp_today(); } return $content;}add_filter('the_content', 'wp_today_auto',9999);
上述代码默认是在文章结尾自动添加。
如果需要自定义显示位置,则只需去掉上述代码的以下部分。
function wp_today_auto($content){ if( is_single() ){ $content = $content.wp_today(); } return $content;}add_filter('the_content', 'wp_today_auto',9999);
然后在需要显示的位置用下面函数调用即可。
<?php echo wp_today(); ?>
样式文件的话没有调整,大家根据自己喜好自行调整一下吧。
下载链接:网站源码/小程序源码/网站模板下载
下载排行
- 最新仿神马在线播放视频电影网站,带VIP系统,试看功能 全站数据,优化视频上传,三级分销 火车头采集
- Blackcat V2.2付费会员制WordPress资源站主题
- 梦想贩卖机v2版1.0.27知识付费小程序源码
- 微擎破解版框架源码下载
- 新版超大气界面校园影视网站源码带手机端全开源会员电影访问采集
- 最新去水印小程序源码/独立后台抖音去水印源码
- 壁纸头像/动态壁纸小程序源码-支持用户投稿-带部分采集功能+视频搭建教程
- 短视频去水印-刷步数-别踩鸡块合集小程序源码带流量主
- RiPro8.7免授权版+极致子主题破解版jizhi-chlid-v5.6-zhankr/WordPress主题模板
- 微信抖音快手三合一壁纸小程序源码/后端管理设置功能丰富