• I’m setting up a site for a band using WP2. I need to give them special instructions on how to post things, so I’d like to add them to the Post page inside a div using the message class. How do I do that with a plugin?

Viewing 1 replies (of 1 total)
  • Don’t know if you found help for this, but a basic option (assuming you know your PHP somewhat) is to look at another plugin which affects posts, such as Basic Bilingual (search for that) and look at how that plugin attaches an action to the edit post pages. That’ll show up at the bottom of the plugin. Then create a function which basically is a big echo statement of your message, and voilà! You have a message showing up at the bottom of the page.

    Okay this could be more specific but hopefully this points you in the right direction…

Viewing 1 replies (of 1 total)
  • The topic ‘How to modify an admin page’ is closed to new replies.