Okay
  Public Ticket #143868
change Salient name in admin
Closed

Comments

  • Michael started the conversation
    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
  •  982
    ThemeNectar replied

    Hey Michael!

    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);

    Cheers!

  • Michael replied

    thank you!