Jumat, 06 Februari 2009

How To Show Comment Box Below Post for WP-Polaroid Blogger Template

For you who are using WP-Polaroid Blogger Template on your blog, there is a problem when we want to show comment box under post. I found a broken link comment, so other people can't leave us comment on our posts. Is it a problem? Ho..ho..ho..of course. Without comment box, we can't interect with our blog visitors. Cause of it is some stucture was lose from the template. The function of that structure is to show the comment text box. Here are steps to fix that problem:
  1. First, login to your dashboard, click text link Layout, and go to sub menu Edit HTML.
  2. Give sign in small box inside text "Expand Widget Templates".
  3. Find the structure below:

    <div id='backlinks-container'>
    <div expr:id='data:widget.instanceId + "_backlinks-container"'>
    <b:if cond='data:post.showBacklinks'>
    <b:include data='post' name='backlinks'/>
    </b:if>
    </div>
    </div>

  4. Add this structure above the structure which you found in step 3.

    <p class='comment-footer'>
    <b:if cond='data:post.embedCommentForm'>
    <b:include data='post' name='comment-form'/>
    <b:else/>
    <b:if cond='data:post.allowComments'>
    <a expr:href='data:post.addCommentUrl'
    expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
    </b:if>
    </b:if>
    </p>

  5. Click SAVE TEMPLATE button
To embed comment box below post, we must do it from blogger draft account, because this feature is still release on Bloger in draft. Blogger in draft is a special version of Blogger where the Blogger try out new features before the Blogger release them to everyone.
  1. Go to the link : http://draft.blogger.com to enter Blogger in draft.
  2. On your dashboard, click text link: Settings, and then go to sub menu: Comments.
  3. On part of Comment Form Placement, chose Embedded below post
  4. Click SAVE SETTING button.

Comments :

2 komentar to “How To Show Comment Box Below Post for WP-Polaroid Blogger Template”

Hi. I saw your reply to another person on the Polaroid template download page and I'm having problems with getting this template installed. I keep getting an error message that says HTML isn't an ok title for HTML or something similar to that, I know the full error is in my comment on that page. Is there any way that you can help me?

creative.chaos mengatakan...
on 

@creativechaos: i'm sorry a can't understand your problem details. Would you tell me the details of your problem? is it about uncomplete structure or unclosed tag? I suggest you to edit your template on notepad first,and then copy paste it into your box template on edit html page of your blogger. may be there is wrong code that you copied.

HelNes mengatakan...
on 

Posting Komentar