This how you change the heading title:
includes/languages/english/index.php
define('HEADING_TITLE', 'What\'s New Here?');
How can I change it if my installation (it's an automatic installation in my web host) doesn't have the
includes/languages/english/index.php
path? Is it corrupted? Is there another way to solve this? Thank you.
includes/languages/english/index.php
define('HEADING_TITLE', 'What\'s New Here?');
How can I change it if my installation (it's an automatic installation in my web host) doesn't have the
includes/languages/english/index.php
path? Is it corrupted? Is there another way to solve this? Thank you.