移动端手指操控左右滑动的菜单
<
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’);

发表评论

文章目录
购物车
微信客服
首页
0
购物车
微信服务
个人中心
支付