I just found this plugin which allows you to create custom options http://wordpress.org/extend/plugins/custom-options-plus/faq/
You can then place the php code to display the value of the option inside your dashboard for members who are logged in but not administrators. You can display the value as text wrapped in a div tag and style as you need.
Using the plugin I have linked to you can create two options one called ‘members’ another called ‘guests’, now that you have control of these variable values through your dashboard as the administrator the code below should display these messages accordingly to your members if they are logged in or not logged in.
An example php function may look like this
<?php
if ( is_user_logged_in() ) {
echo get_custom('members');
} else {
echo get_custom('guests');
}; ?>
Related Posts:
- Extension preview disapeared since WP 4.5.2
- Delete Custom Dashboard Widgets
- Editor access to plugin settings
- How to develop a community feature in the dashboard for multiauthor site
- Remove Widgets in Dashboard
- How can I ‘reactivate’ .PHP files within a WP plugin that have been marked ‘inactive’?
- Give editors access to particular plugin – turn “admin.php” into “edit.php”
- Created Widget Not Showing up on Admin Panel
- Dashboard Disappears after Upgrade
- Compatibility with RTL installations
- Dashboard Widget Form
- Frontend editing, Frontend user dashboard
- Can I use a form in a dashboard widget?
- Determine Registered Admin Menus
- How to make an interface similar to multi-site for switching between multiple (single) sites for administrators?
- Plugin: Google Analytics for Dashboard error – Timestamp is too far from current time
- Merging Two menus in the backend into one menu
- How to remove admin main menu name repetition
- How to exclude certain files from the plugin editor?
- Sync User to cPanel webmail?
- How do I add content to the dashboard in WordPress?
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Login problem after installing my written plugin [closed]
- Allowed memory size exhausted problem
- How can i force wp-admin to use 2-column dashboard layout? [closed]
- Changing menu order of a specific plugin in dashboard
- I changed font of wordpress dashboard but it is slow!
- Is there a way to remove plugins in dashboard – where you cannot identify the slug by the plugins name?
- Creating a search form and displaying results
- Displaying URL Based on User Input from a Form W/in a Dashboard Widget
- Widget Screen Locked
- how to render dashboard widgets conditionaly in wordpress admin
- Stopping WordPress’ WYSIWYG Editor from Converting “didn’t” into “didn””””’t”?
- Can’t save changes or modify settings in Dashboard but Pages and Posts are fine
- How can I disable new plugin and theme install, but allow updates?
- Use localized plugin name and description even when the plugin is disabled
- How to access a wordpress plugin page or add posts without doing it from the WordPress dashboard?
- Need help with Task assigning and rewarding as currency which withdrawable
- WordPress Dashboard add user password not working, etc
- How To Remove “All, Publish, Draft and Expired” in Events Dashboard
- Why is my form going to frontend on html form submission present on the php files inside my custom plugin?
- Blank dashboard with no access
- Not able to upload Plugins/ Theme from Admin backend
- Ajax response returns html code instead of user data
- WordPress Dashboard organize posts based on categories
- Remove the ‘Press This’ Tool
- How to create plugin list groups?
- Google adsense stats plugin? [closed]
- Form with response button after on table after submission
- WordPress Plugin and other pages not opening
- Display Any Field fromAdmin Panel in Frontend via Shortcode?
- Where can I sell WordPress themes and plugins? [closed]
- Change success message in plugin Theme my login
- login to wordpress with Get variables instead of Post
- Help With A Reverse Pagination Plugin
- Display All Non-Used Plugins
- Display price range on woocommerce product variations
- How to install and activate a plugin via an external PHP script
- How to remove xmlns on language_attributes()?
- unregistered user can write in blog page – possible? how to?
- Can’t update/install plugins or WordPress
- Does WP identify plugin by plugin name or plugin_basename?
- Guidelines / restrictions about advertising /donate begging unside wordpress plugins or themes
- WordPress automatically removes line break
- Modifying Author Link to add Author Meta in URL
- How to disable a plugin for certain page?
- WP Query. Is there a maximum size?
- wp_editor content in plugin options page
- How to Create a Custom Slug for Tags and Categories with a prefix or suffix?
- WordPress Image uploads plugin needed [closed]
- How to make multiple admin pages for one plugin?
- WP Google Fonts question [closed]
- Timed content and flagging content as viewed by user?
- Amazon.com intergration with WordPress?
- WordPress won’t allow for updates to plugins or WordPress Core
- Woocommerce Backend Search by Title and SKU
- Classic, but puzzling “The uploaded file could not be moved”
- Need to change link URL embedded in multiple posts to new link URL
- Table is not created in WAMP
- Trying to make a simple wordpress plugin, having difficulties understanding how to make it?
- wordpress plugin license issue -New plugin development
- Override methods in Yoast SEO breadcrumb class
- BuddyPress admin bar links are broken [closed]
- Looking for a filter to modify the months
- use EDD Content Restriction for restricting php in template
- Hidden permalink different from displayed permalink
- content copy protection in wordpress
- wp_set_password() does not work!
- WordPress wp get_temp_dir return non exiting folder, thus failing plugin & themes update
- Else If statement for ACF [closed]
- how to hide resume from selected employer [closed]
- Same Title on two different post type with single custom taxonomy
- How to customize ‘recurrance’ of’ wp_schedule_event’?
- CPT-onomies CPT_TAXONOMY->get_terms extremely slow with 6K posts
- Embed YouTube, login to buy & payment methods
- Duplicate use of WordPress plugin
- rss feed code help
- How to dispaly post informations (such as titles) in an admin plugin menu page?
- Product customizing quiz – quiz adding products to the cart
- How to change all the urls of the WordPress site?