• I have 2013 theme. There are several items on the bottom of the page. I have been able to remove most of them but a few are not options I can find to remove unde ‘Meta’.

    There are five remaining links; four of which I want to remove.

    Ones I want to remove:

    Site Admin
    Entired RSS
    Comments RSS
    www.remarpro.com

    One I want to keep

    Logout

    If I r click on the source code from the browser i can edit the links out. But I cannot find the html code for the site itself to make those edits permanent.

    Example code from ‘inspect source’ function on browser:

    Site Admin

    If I delete this code from the inspector the link goes away as I desire until I refresh the page.

    How do I delete these links from my footer permanently without having to go to PHP editor. I do not see a way or expect to see a way using the CSS editor.

    ??

    S~

Viewing 1 replies (of 1 total)
  • Those links are coming from Meta Widget which removes all links and use any other plugin for login url

    plugins

    Else

    .widget_meta a {
    display:none;
    }
    
    .widget_meta a[href*="wp-login.php"] {
    display:block;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Footer links’ is closed to new replies.