verbal0rchid
Member
Posted 3 years ago #
Which php file do I need to edit to add a log in under my links (i.e.,
Links
Documentation
Development Blog
Suggest Ideas
Support Forum
Plugins
Themes
WordPress Planet
=====log in)
I can't figure it out. I know I can add 'meta' to a side bar but that changes the template look and I don't want to change that.
Any ideas?
Thanks so much
verbal
leet8845
Member
Posted 3 years ago #
Just 'Add a link' as normal. Go to 'Write', 'Link' , name the link and put the address as /wp-admin/ this will work. The new link will appear with other links.
Or If you wanted the login link out of the way, just add a link to the footer.php file, maybe next to the other writing down there. The link code would look like this:
<a href="/wp-admin/">Login</a>