Hide Blog Date And Author ?

in wich mode i can hide date and author of blog?

in wich mode i can hide date and author of blog?

Hello! You need a custom modification. We can help you. Please, contact us to sales@beencart.ru.

Please edit the following files

design/themes/TEMA/templates/addons/blog/hooks/pages/page_content.pre.tpl

remove

    
{$page.timestamp|date_format:"`$settings.Appearance.date_format`"}
{__("by")} {$page.author}

design/themes/TEMA/templates/addons/blog/hooks/pages/page_extra.pre.tpl

remove

                
{$subpage.timestamp|date_format:"`$settings.Appearance.date_format`"}
{__("by")} {$subpage.author}

Please edit the following files

design/themes/TEMA/templates/addons/blog/hooks/pages/page_content.pre.tpl

remove

    
{$page.timestamp|date_format:"`$settings.Appearance.date_format`"}
{__("by")} {$page.author}

design/themes/TEMA/templates/addons/blog/hooks/pages/page_extra.pre.tpl

remove

                
{$subpage.timestamp|date_format:"`$settings.Appearance.date_format`"}
{__("by")} {$subpage.author}

I did this change but it does not work

I did this change but it does not work

Try to clear cache or delete the var/cache directory manually