views:

26

answers:

1

I need a plugin for wordpress that will allow people to put a message at the top of the site that may state things like upcomming events or notifications of outages of our server..etc...etc.. Anyone know of a plugin that can do this?

All the one's I've found like WP Announcement and Announcer don't seem to handle this very well. I cannot have the modal popup either.

A: 

I would suggest a roll your own version. Using a plugin framework, like PodsCMS can help with this and even make it manageable with custom admin menus. This combined with the Adminimize plugin can even help with restricting access to this feature on a user role basis.

hsatterwhite
Kind of looking for something with like time/date based messages displaying on the site home page. I don't want to add PodsCMS and Adminimize just to create a single feature.
Thomas Schultz
This can be used for the simple, single feature and it can be used to create a time/date based solution. It's all in how you write your PHP.
hsatterwhite