I wanted to create a new <div>
on top of the
<div id="wpwrap">
in adminheader.php
and a closing tag below the </body>
on adminfooter.php
should i just go create a new div manually? or use a plugin to insert those html tags.
thanks.
|
You shouldn't edit the WP Core because it will break at the next update. I believe the easiest way is to use jQuery. Use a filter to add the jQuery code to the page.
|
|||
|