Displays the Next Comments on Blogger for over 200 comments

Blogger+icon Displays the Next Comments on Blogger for over 200 commentsWe who use Blogger Custom Templates are usually not too much attention to this Comment Next issue, this problem usually onlydiscovered after a number of blog comments we've exceeded the number 200. I had got surprised too see how much my blog comments thatshould display more than 900 comments and it turns out thebloggers themselves are only limited to only 200 comments perarticle, the rest of bloggers ask users to see pages that displayed advanced based on number of comments and links to pages comments newer. You can see an example in the picture below.

Next Comments Displays the Next Comments on Blogger for over 200 comments

The absence of these Next Comment facilities on old Custom Template also not the fault of the previous template creator, I can say this because the bloggers them selves who some time ago just to renew this facility, as a result of long-template template not even show support for this facility. But do not worry, to add facilities Next Comment is not so really difficult , just follow the tutorial below:
First look for the code below, oh yeah do not forget to check the Expand Widget Templates.
<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
When you have found Copy paste wrote all the code below , then put it right under the code above .
<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
&#160;
<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
&#160;
<data:post.commentRangeText/>
&#160;
<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
&#160;
<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
</span>
</b:if>
In the same way, copy and paste again all the above code, then look back code below and place the code we have just copy and past was right above the code below.
<p class='comment-footer'>
Please be saved, unfortunately we can not see the results unlessthere are comments on our blog which has reached more than 200.
Finish the tutorial above actually, but if you want to display the different views using the Custom CSS in Blogger Next Comment, we can use the CSS code below:
.paging-control-container
{
float: right;
margin-top: 0pt;
margin-right: 6px;
margin-bottom: 0pt;
margin-left: 0pt;
font-size: 11px;
font-weight:bold;
}
As usual, to install the CSS code on live input of CSS code only on an existing row in the Edit HTML page,then save and see the results .

Popular Incoming search terms:

blogger 200 comments, blogger comment feed limit 200 records, blogger only see 200 comments, blogger template for 200 comments

No related posts.

Leave a Reply