Removing the display of this module "Business"?
Removing the display of this module "Business"?
I checked that there is no option to disable or enable the Module Manager.
If I remove this piece of code
<div id="yt_component"<?php echo $elementclass; ?><?php echo $elementstyle; ?><?php echo $more_attr; ?>>
<jdoc:include type="component" />
</div>
Or if I clear the file contents:
components\com_k2\templates\default\category.php
The display of the Business Module is removed.
But the display of categories k2 on the menu is also disabled.
How do I remove this module or this part without affecting the display of the categories in the menu?