Hi there, is it possible to change the Salient name in the admin? (screen shot http://d.pr/i/7HyN) I was just curious if I could change the name and how.
Thank you
Yes, just open the options-init.php file located in the nectar/options directory and change these:
// Set a custom title for the options page.
// Default: Options
$args['menu_title'] = __('Salient', NECTAR_THEME_NAME);
// Set a custom page title for the options page.
// Default: Options
$args['page_title'] = __('Salient', NECTAR_THEME_NAME);
Hey Michael!
Yes, just open the options-init.php file located in the nectar/options directory and change these:
Cheers!
thank you!