PDA

View Full Version : Site Admin LInk


bullock_d
February 28th, 2006, 01:28
How can I drop the Site Admin link from my page. I had it removed and then updated to r167 and it has reappeared. I cant remember where I nuked it at before.

maxpower
February 28th, 2006, 02:08
I believe you can just nuke this in your header.php:

php wp_register('(li class="admintab")','(/l)');


I can't figure out how to post code in these forums. stupid

Matt
February 28th, 2006, 02:21
Enclose the code in [.code] [./code] (without the . of course)

steveo
February 28th, 2006, 05:44
you can also use [php] and it will color code the syntax.