How to print wordpress admin url on page
-
I’m trying to print the my admin url on all of my pages (yes I am aware of the security implications). I’ve been messing around with ‘echo’ and ‘admin_url()’ to no avail
This is the code i’ve tried that hasn’t worked
<? echo admin_url(); ?>Also, once I get the correct coding, what file should I put it? Wouldn’t it be single.php?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to print wordpress admin url on page’ is closed to new replies.