How To Remove The Annoying Double Post Thing!

As a savvy consumer, you likely love to hear about offers for 2 for the price of 1, of something that you buy frequently. That's a great deal, normally.

It's not for blog posts, though.

When you start to see double in your blog, chances are that you duplicated the Blog Posts entry in the template. It's not hard to fix, fortunately.

Edit the blog template HTML. Do not check "Expand Widget Templates". Look for two lines, in the Body of the template:

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>
Remove:
<b:widget id='Blog2' locked='true' title='Blog Posts' type='Blog'/>
Leaving:
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>

Save the change. You will get a stern warning when you save, demanding that you confirm that you really want to delete "Blog2". Obviously, you do. And don't forget to clear browser cache, and restart the browser, to reliably test your change.

Remember to save a copy of the template, before and after doing this.

Share This Article:

CONVERSATION

0 comments :

Post a Comment