WordPress文章点赞量排行文章

WordPress文章点赞功能相信大家已经能够实现了,那么该怎么获取到文章点赞数量、和文章点赞排行文章呢?

其实WordPress文章点赞量排行的实现原理跟获取最新文章、热门文章大同小异,只添加了’meta_key’ => ‘dotGood’ 字段,具体方法请看下面代码:

<?php$args = array(\'ignore_sticky_posts\' => 1,\'meta_key\' => \'dotGood\',\'orderby\' => \'meta_value_num\',\'showposts\' => 20);query_posts($args); if ( have_posts() ) : ?><?php while ( have_posts() ) : the_post(); ?><a href=\"<?php the_permalink(); ?>\" rel=\"external nofollow\"  target=\"_blank\"><?php echo mb_strimwidth(get_the_title(), 0, 46,\'…\'); ?></a><?php endwhile; endif;?>

给TA赏糖
共{{data.count}}人
人已赏糖
技术分享

如何防止 WordPress 页面被 Frame 嵌入

2023-12-25 21:35:55

技术分享

Wordpress自动保存文章里远程图片

2023-12-29 22:34:53

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索