• I searched, and searched for this. I never found it on Google. I figured it out, so I thought I’ll share it here. Sometimes you need to change the ‘Site Admin’ link to something else for preferences, or if you have several users ‘Site Admin’ doesn’t seem right.

    Find this wp-includes/general-template.php file and look for this line:
    $link = $before . '<a href="' . admin_url() . '">' . __('Site Admin') . '</a>' . $after;
    Eidt the Site Admin text.

    😀

Viewing 1 replies (of 1 total)
  • It may be more productive to edit it on a per-theme basis rather than tackling it by editing WordPress core files. Core files are subject to being overwritten during an update/upgrade. Changes to core files will be lost.

Viewing 1 replies (of 1 total)
  • The topic ‘Change 'Site Admin' link in META widget.’ is closed to new replies.