Topic: Editing Footer
1. How can I edit the "Powered by Monstra CMS" message in the front-end? Which file should I edit
2. Can you tell me how to use categories and blocks?
You are not logged in. Please login or register.
Monstra → General discussion → Editing Footer
1. How can I edit the "Powered by Monstra CMS" message in the front-end? Which file should I edit
2. Can you tell me how to use categories and blocks?
1. How can I edit the "Powered by Monstra CMS" message in the front-end? Which file should I edit.
you have to go to: Extensions -> Themes and on the section: "Chunks" edit the footer ... then search this line:
<?php echo Site::powered(); ?>
It's good but there footer monstra cms
Okay, if you want to edit the message then do the following:
1). Go to the directory where you installed Monstra.
2). Go to: engine/Site.php (open the file with your text editor)
3). Find the line:
public static function powered() { return __('Powered by', 'system').' <a href="http://monstra.org" target="_blank">Monstra</a> ' . Monstra::VERSION; }
4). Change all text that is in the return. Example:
public static function powered() { return __('I am from Nicaragua', 'system'); }
5). Save the changes and see the magic.
Best regards to the Monstra Community.
Monstra → General discussion → Editing Footer