Viewing 4 replies - 1 through 4 (of 4 total)
  • Find and delete this line in the wp-admin/admin-header.php file:

    <link rel="stylesheet" href="<?php echo get_settings('siteurl') ?>/wp-admin/wp-admin.css?version=<?php bloginfo('version'); ?>" type="text/css" />

    Thread Starter Xmion

    (@xmion)

    Yeah but hehe that can anybody do easy but i wanna do it by PHP code so i can make it to a plugin … i guess people aint wanna go and delete there wp-admin.css

    You can probably use PHP’s output buffering, then.

    i would use something like <?php if exists your function{whatever you want to do} ?> <?php else the_old_stuff ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin Theme – PHP GURUS HELP!!’ is closed to new replies.