移动端手指操控左右滑动的菜单
Facebook
Twitter
LinkedIn

woocommerce调用当前产品评论

‘status’ => ‘approve’ // 只获取已经被批准的评论
));

// 输出评论
foreach ($comments as $comment) {
echo ‘

‘;
echo ‘

‘ . $comment->comment_author . ‘

‘;
echo ‘

‘ . $comment->comment_date . ‘

‘;
echo ‘

‘ . $comment->comment_content . ‘

‘;
echo ‘

‘;
}


/*****************

.comment-author{
margin-bottom: 2px
width: comment-author;
padding-right: 10px;
color: red;
float: left;
}
.comment-date {
font-size: 12px;
margin-bottom: 2px

}

.comment-content{
margin-block-start: 0em;

}


// 获取当前产品评论
function do_shortcode_get_comments($atts, $content = null) {
include(‘short_code/get_comments.php’);
return ”;
}
add_shortcode(‘get_comments’, ‘do_shortcode_get_comments’);

发表评论

文章目录
[toc]
购物车
沪ICP备14026606号-10
关注我们

关注
我们

关注公众号

微信号:S-NONI 扫描二维码:诺丽王S-noni

本站QQ交流群:

关注公众号

微信
分享

扫一扫 手机QQ/微信扫一扫
微博分享

微博
分享

分享到QQ空间

Qzone
分享

-->