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
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="http://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="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
<li><a href="http://wordpress.org/" 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].
Thanks James! Problem solved. I wasn't able to find this in the Docs.
thanks