html - How to display a module only on the homepage? -


The "Blockaccountations" module is displayed on many pages, even if I want to display it on the homepage. For example, if I click on the "checkout" button, you will see that the "blockcontent" module was made public too, and I do not want it. Do you know how I can fix it?

In the admin you should go to 'Module / Posts' and then in the dropdown Select 'Category Block'. Find 'Left column block' and click on the 'Category block' edit button inside. Exclude 'index' and add each page to exceptions.

Then search for 'page header' and do the same with 'left column block' (this is necessary to avoid loading the module's CSS).


Comments