How to Delete 'Posts (Comment Posts For)' on the LinkMagz Sugeng.id Template
If you are a fan of sugeng's template, of course you will see that there is an inscription "comments for (the name of the article in question) " right above the footer below the post, well the text is given so that people who want to comment don't have to scroll up the post to see the title again if they forget the topic being discussed, that's why sugeng added the text right above the comment column box.
Well, but maybe there are some of you who don't like that writing, if you don't like it and want to get rid of the title, then i have a solution, now the simplest solution is to change some of the code, now how to do that ? just follow this tutorial.
Tutorial :
- In this first step, make sure you have logged into Blogger first.
- If so, go to the "Theme" menu.
- Then here click the triangle button pointing down which I marked the blue box.
- Now here select "Edit HTML".
- You will now open coding table box.
- Here look for code like down below in your template code :
<b:includable id='threadedComments' var='post'> <section class='comments comments-threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'> <a name='comments'/> <h2 class='comments-title'> <b:if cond='data:post.numberOfComments == 0'> <data:messages.postAComment/> <b:else/> <b:message name='messages.numberOfComments'> <b:param expr:value='data:post.numberOfComments' name='numComments'/> </b:message> </b:if> <b:switch var='data:blog.locale'><b:case value='id'/>untuk<b:default/>for </b:switch> "<data:post.title/>" </h2> <div class='comments-content'> <div id='comment-holder'> <data:post.commentHtml/> </div> </div> <div class='comment-footer'> <b:if cond='data:post.allowNewComments'> <b:include data='post' name='commentForm'/> <b:else/> <data:post.noNewCommentsText/> </b:if> </div> <b:if cond='data:showCmtPopup'> <div id='comment-popup'> <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'> </iframe> </div> </b:if> </section> </b:includable>
- If so then there should be 2 code, here replace both codes with the code below:<b:includable id='threadedComments' var='post'><section class='comments comments-threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'><a name='comments'/><h2 class='comments-title'><b:if cond='data:post.numberOfComments == 0'>Ada<data:messages.postAComment/><b:else/><b:message name='messages.numberOfComments'><b:param expr:value='data:post.numberOfComments' name='numComments'/></b:message></b:if>dibawah ini. scroll kebawah untuk ikut berkomentar</h2><div class='comments-content'><div id='comment-holder'><data:post.commentHtml/></div></div><div class='comment-footer'><b:if cond='data:post.allowNewComments'><b:include data='post' name='commentForm'/><b:else/><data:post.noNewCommentsText/></b:if></div><b:if cond='data:showCmtPopup'><div id='comment-popup'><iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'></iframe></div></b:if></section></b:includable>
- Now you have changed the code above, now look for the code below, there are also 2 code :
<b:includable id='comments' var='post'> <section expr:class='"comments comments-non-threaded" + (data:post.embedCommentForm ? " embed" : "")' expr:data-num-comments='data:post.numberOfComments' id='comments'> <a name='comments'/> <b:if cond='data:post.allowComments'> <h2 class='comments-title'> <b:if cond='data:post.numberOfComments == 0'> <data:messages.postAComment/> <b:else/> <b:message name='messages.numberOfComments'> <b:param expr:value='data:post.numberOfComments' name='numComments'/> </b:message> </b:if> <b:switch var='data:blog.locale'><b:case value='id'/>untuk<b:default/>for </b:switch> "<data:post.title/>" </h2>
- Now replace the codes above with this code below. :
<b:includable id='comments' var='post'> <section expr:class='"comments comments-non-threaded" + (data:post.embedCommentForm ? " embed" : "")' expr:data-num-comments='data:post.numberOfComments' id='comments'> <a name='comments'/> <b:if cond='data:post.allowComments'> <h2 class='comments-title'> <b:if cond='data:post.numberOfComments == 0'> <data:messages.postAComment/> <b:else/> <b:message name='messages.numberOfComments'> <b:param expr:value='data:post.numberOfComments' name='numComments'/> </b:message> </b:if> kamu dibawah ini </h2>
- Well change the two codes, guys.
- If so, click the save button which i marked this blue box
- .Here, wait a few minutes for the template to save the changes.
- If so, then enjoy.
Now try to see the comment box, 100% of the writing that was originally like that will be short and simpler, oh yes this method supports all mas sugeng templates, not only linkmagz, even evomagz and tokoku or the like can, as long as the template was made by mas sugeng himself.
Well maybe that's all the tutorial on how to remove the words "Post Comments For", because considering that there may be many people who use the LinkMagz template who don't like that text under related posts, the disadvantage of that text is that, when you want to change your blog language to your mother language in the settings mode, the text above will not become your mother language automatically, because I didn't include your mother language.