• Home
  • Systems
  • Networking
  • WordPress
  • Web
  • Geekery

Analysis and Review

Add Admin Notice to WordPress Publishing Area

November 3, 2014 by Kurt Turner

How to add an Admin Notice to WordPress Publishing Area to give you and your authors reminders or links.

 

Add the following to your functions.php file in your theme folder.

[code]
function my_admin_notice(){
echo ‘
<div class="updated">
<h2>Get <b>Article Ideas</b> Right <a href="somelinedotcom" target="_blank">Here * Click me *</a>. Thanks</h2>
</div>
‘;
}
add_action(‘admin_notices’, ‘my_admin_notice’);
[/code]

Filed Under: Wordpress

Latest and Greatest

Apache vs Nginx for WordPress

Certbot Lets Encrypt And WordPress MU Multi-Site

How To Find and Replace Multiple File in MS Word

How To Get Stretch Res on Windows 10 AMD Radeon For Game Play

This is the ASUS Chromebox we've been running for 2 years as our "brain" for our home grown digital display kiosk.

DIY Digital Signage Bulletin Board or Kiosk

© Copyright Analysis And Review · All Rights Reserved ·