Title: Link to Administration
Last modified: August 19, 2016

---

# Link to Administration

 *  [synoxis](https://wordpress.org/support/users/synoxis/)
 * (@synoxis)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/link-to-administration/)
 * Hello,
 * I modify my WordPress currently a little bit because I want use it as CMS. But
   there is one little problem. I include the PHP variable for the administration
   link into my navigation but the html output is currently:
    `<li><a href="http://
   www.kerweborsch-rossdorf.de/cms/wp-admin/">Administration</a></li>`
 * But I must change it to:
    `<li><a href="http://www.kerweborsch-rossdorf.de/cms/
   wp-admin/"><span>Administration</span></a></li>`
 * How and where can I do that? I searched in a lot of PHP files but I can’t find
   that code. Hope someone could help me.
 * greetings,
    Synoxis

Viewing 1 replies (of 1 total)

 *  [dagon-design](https://wordpress.org/support/users/dagon-design/)
 * (@dagon-design)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/link-to-administration/#post-850977)
 * Look for the **wp_register** function in the theme files. It generates that link
   usually.
 * Take a look here:
    [http://codex.wordpress.org/Template_Tags/wp_register](http://codex.wordpress.org/Template_Tags/wp_register)
 * While you can specify the text before and after the link, because of what you
   want to change, the easiest option might just be to remove that function and 
   add your link code to the theme file manually.

Viewing 1 replies (of 1 total)

The topic ‘Link to Administration’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [dagon-design](https://wordpress.org/support/users/dagon-design/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/link-to-administration/#post-850977)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
