Hi, Im using wordpress. I want to show Posting Rules and Notices to my users. How to add the notice just before add new post form in Wordpress admin panel.. Is there any plugin for that... or how to add manually..!
All you need to do is find the correct file containing the post form, and add your rules to the pages template. It is more of a html/css thing than anything.
When you find the form look for any plugin hooks - it's better to use a plugin to add the text than to insert it into the source files - because wordpress updates frequently and you don't want to be scrambling to copy your changes over every time.