• Resolved shubhs0707

    (@shubhs0707)


    I tried removing

    <tr valign="top">
            <th scope="row">Administrator link</th>
            <td><input type="text" size="40" name="prompt_admin" value="<?php echo htmlentities(get_option('prompt_admin'), ENT_QUOTES); ?>" />
    		</td>
    		</tr>

    from friends-onlysettings.php but it doesn’t work.
    Please help

    http://wordpress.org/plugins/friends-only/

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe

    (@gabrielwhite)

    You’ve removed the *setting* and not modified the login page.

    Remove the following from sentry.php

    <p class=’admin’><a class=’adminlink’ href='”;

    echo site_url();

    echo “/wp-admin/’>”;

    echo get_option(‘prompt_admin’);

    echo “</p>

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove "Administrator Login >>" option from login page’ is closed to new replies.