Keep changes in Admin Header after update
-
Hi
I have added an image to my admin header in the admin-header.php
The code is as follows the only part I added is the click-admin image at the end.
How can I make sure this change stays after updates? I have had to add this by hand after every wp version updateThank you!
<img id="header-logo" src="<?php echo esc_url( includes_url( 'images/blank.gif' ) ); ?>" alt="" width="32" height="32" /> <h1 id="site-heading" <?php echo $title_class ?>> <a href="<?php echo trailingslashit( get_bloginfo( 'url' ) ); ?>" title="<?php esc_attr_e('Click here to go to your healingaia blog') ?>"> <span id="site-title"><?php echo $blog_name ?></span> <img src="images/click-admin.png" /></a>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Keep changes in Admin Header after update’ is closed to new replies.