Ở trong những Blog có số lượng Comments nhiều hơn 200, thì Comments thứ 201 sẽ không được hiển thị vì BlogSpot chỉ mặc định số lượng Comments đến 200 thôi.
Vì vậy nếu các Bloger muốn làm hiển thị những Comments từ 201 trở đi, hãy thực hiện các thao tác sau :
Bạn đăng nhập vào Blog > Mẫu > Chỉnh sửa HTML > Tiếp tục > Check vào mở rộng mẫu tiện ích > Sau đó bạn tìm ]]></b:skin>
Dán Code sau vào trước nó
#commentpaging {float:right;}
#commentpaging a {margin-right:5px;}
Dán toàn bộ Code sau vào trước nó
<script type='text/javascript'>
//<![CDATA[
function commentpagination(url,comment){
var posturl= url;
var comment = comment;
cmpage = Math.ceil(comment/200);
document.write('<a href="' posturl '?commentPage=1">Oldest</a>');
for (var i = 1; i <= cmpage; i ) {
document.write('<a href="' posturl '?commentPage=' i '">' i '</a>');
}
document.write('<a href="' posturl '?commentPage=' cmpage '">Latest</a>');
}
//]]>
</script>
Dán Code dưới vào phía sau nó
<span id='commentpaging'>
Comment Page :
<script type='text/javascript'>commentpagination("<data:post.url/>","<data:post.numComments/>");</script>
</span>
So here is what you got
<b:includable id='comments' var='post'>
<span id='commentpaging'>
Comment Page :
<script type='text/javascript'>commentpagination("<data:post.url/>","<data:post.numComments/>");</script>
</span>
Chúc các bạn vui vẻ, thành công.
0 nhận xét:
Đăng nhận xét
Chào các bạn ghé thăm Blog, bạn hãy để lại nhận xét nếu thấy bài viết có ích. Cám ơn các bạn