Page 1 of 1

Help with removing the blog feature from all pages

Posted: Mon May 27, 2024 3:55 pm
by Lavescms
CMSers,

The website I manage has a blog overlay on every page. I want to remove it entirely as my client does not use it, and it is inappropriate.

But I can not find the right place to remove it.

Help! :)

Lavescms

Re: Help with removing the blog feature from all pages

Posted: Mon May 27, 2024 4:13 pm
by DIGI3
Ideally you would want to find where it is being called in the page template, and either remove or comment out that code. In Content Manager, you should be able to see which template(s) are being used, and edit them from there or in Design Manager. If you are using template inheritance you may need to find the parent template.

From there, it will depend what module, if any, is being used for the blog. It should be fairly obvious, and likely something like News, CGBlog, or LISE. You can comment out using Smarty comment tags e.g. {* code to comment out here *}

If you can't figure it out, you may need to share the site url and/or paste in your template(s) here.