I’m looking to add an onmouseover tooltip link above the categories postbox/widget in the post editor screen of the WordPress backend to help further clarify to the users on my site which is the most suitable category to post in.
Does anyone have a simple and elegant solution that avoids hacking the core files?
First I want to add the text:
Then I want to add a Tool Tip like this when some one hovers the mouse over that text:
Place this code in your functions.php theme (or child theme) file. It uses jQuery to add a new box above the Category
div
(<div id="categorydiv" class="postbox " >
).