try to add this in your /wp-content/themes/YOURTEMPLATE/single.php
PHP Code:
<div style="background-color:#f5f5b7; border-color:#e2d6ac; border-style: dashed; padding:10px;">
YOUR MSG
</div>
before
PHP Code:
<div class="comments">
You can also create a shortcode for that, like [note msg="blablabla"]....
Hit me if u need help
