• How do I erase the default links that come with the default theme. eg.

    #
    Meta

    * Site Admin
    * Logout
    * Valid XHTML
    * XFN
    * WordPress

    i want to remove the last 3 links. i have been looking for this answer for hours, i know it must be easy to do. thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The code you are looking for is in your sidebar.php – towards the bottom.

    You need to find the following and delete:

    <li><a href="https://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
    					<li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    					<li><a href="https://www.ads-software.com/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>

    You can do this through a text editor OR through your – Admin Panel – Presentation – Theme Editor – Sidebar [if you have permissions].

    Thread Starter cocotu

    (@cocotu)

    Thanks James! Problem solved. I wasn’t able to find this in the Docs.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to erase default links?’ is closed to new replies.