EMPORIO BLOGGER TEMPLATE: MAIN SIDEBAR IN ALL PAGES

To have the "main sidebar" of the EMPORIO template visible on all pages, including those in the post detail, you need to click Tema and then Edit HTML , and delete the following line of code
  • <b: if cond = 'data: view.isMultipleItems or data: view.isLayoutMode'> 
which is just after the line <b: class name = 'sidebar-invisible' />. Next we can click on the "Save Theme" button, at this point the system will signal the presence of the conditional closing tag <b: if> which we must also delete.

Comments