I\'m having problems finding the right hook to use for my plugin. I\'m trying to add a message to the top of each page by having my plugin add a function. What\'s the best h
In this scenario, what i do is: Use Jquery to append or prepend things:
http://api.jquery.com/prepend/