Forums

Change 'Site Admin' link in META widget. (2 posts)

  1. Ashkir
    Member
    Posted 1 year ago #

    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.

    :D

  2. ClaytonJames
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic