Step 1:
If you're using the old Blogger interface: Go to Dashboard - Edit Posts - Edit Pages - New Page
If you're using the new Blogger interface: Go to Dashboard - Pages - New Page - Blank Page
Insert an appropriate Page Title, like 'Comments'. Leave the editor box empty. Then, click on Post Options - Reader Comments - Allow - Publish Page.
If you're using the old Blogger interface: Go to Dashboard - Edit Posts - Edit Pages - New Page
If you're using the new Blogger interface: Go to Dashboard - Pages - New Page - Blank Page
Insert an appropriate Page Title, like 'Comments'. Leave the editor box empty. Then, click on Post Options - Reader Comments - Allow - Publish Page.
Step 3:
At this point, your comment page should be up and running already. Make sure you have Pages gadget installed to have your blog pointing a link to your comment page. In this last step, we want to remove all other page elements from the comment page to give the page some character (it's dedicated, you see?)
If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -
If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -
Find for </b:skin> - Paste the following directly below </b:skin>:
The code in place:
There, you're ready to go. Your own dedicated comment page. Have fun.
At this point, your comment page should be up and running already. Make sure you have Pages gadget installed to have your blog pointing a link to your comment page. In this last step, we want to remove all other page elements from the comment page to give the page some character (it's dedicated, you see?)
If you're using the old Blogger interface: Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -
If you're using the new Blogger interface: Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -
Find for </b:skin> - Paste the following directly below </b:skin>:
<b:if cond='data:blog.url == "http://www.test4.southernspeakers.net/p/comments.html"'>In the code above, modify the URL address in Line 1 to that of your comment page. Click on Save Template when you are done.
<style>
.post.hentry{
display:none;
}
</style>
</b:if>
The code in place:
There, you're ready to go. Your own dedicated comment page. Have fun.
0 comments:
Post a Comment