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?