This code can be used in a plugin or theme. It enables you to display an admin notice that only displays once. The code includes a
WordPress Admin
You've landed on the archives page for posts filed under the WordPress administration category.
Here you'll find a range of content related to everything you need to know about the admin side of WordPress.
Most posts in this category relate to the different controls in your Dashboard or admin panel as some call it.
Custom Welcome Panel Widget in WordPress Dashboard
The WordPress core includes a nice welcome widget that displays when you install WordPress. The widget is targeted at beginners and
Adding Tabbed Welcome Pages In The WordPress Admin
Whenever you update WordPress, you'll see a new welcome page which provides details of the new features in the latest version like
3 Ways To Change User Roles
Here's a quick tip giving you a few options to choose from if you need to change a users role. 1. You can go to Users and edit the user
Define The Number Of Days Before WordPress Automatically Deletes Trash
By default, WordPress automatically deletes trash every 30 days. Trash includes deleted posts, spam comments and other unwanted content
How To Add a Custom WP Editor
This tutorial creates a new editor which you can use anywhere in your theme. Firstly, here's the most basic usage: Related
Resetting Your WordPress Address & Site Address URL’s
If you ever change the WordPress Address (URL) or Site Address (URL) in your general settings, you might find you're locked out of your
Add Google Web Fonts To Your WordPress Editor
This tutorial enables you to add any number of Google web fonts to a drop down list of web safe fonts on the 3rd row of your TinyMce editor
Show Personal Message Using Any Current Users Profile Fields When Logged In
This tutorial shows you how to use 2 different functions to display any of the profile field data on the front end using a custom
Reposition The Site Description & Site Title In Genesis
This PHP code, once added to your child themes functions.php file, removes the site title and description in Genesis.
3 Ways To Redirect Logged Out Users To The Login Page
There's different code you can use to redirect logged out users to the login page in WordPress. These code snippets enable you to make
How To Stay Logged In To WordPress and Never Be logged Out
If you're working on your local installation of WordPress, you know what its like being logged out all the time. This code enables you to
Code To Make Your Own WP Admin Dashboard Widget
This code can be added to your themes functions file or your plugins main functions file. It generates a dashboard widget like
Show Genesis Widget For Logged Out Users & Remove When Logged In
Simply paste this PHP code at the end of your child themes functions.php file. The widget only displays for logged out visitors and not
How To Add a Custom User Role With Specific Capabilities
This code enables you to very easily create custom user roles once added to your functions file. If you want to make a membership site
Members Shortcode to Hide Content From Logged Out Users
This code creates a shortcode which you can use to wrap content you want to hide from logged out users. The code includes text and a link
Change Custom Post Type or CPT Taxonomy Permalink Slug
This simple solution enables you to customize the permalinks for your custom post types and CPT taxonomy types. All you need to do is
HTML 5 Custom Search Form for Custom Post Type
This tutorial includes 2 solutions which enable you to create a custom search form for custom post types. The 1st method filters the
How To Redirect Logged Out Users To The WP Login Page
This code redirects anyone how isn't a logged in user to the absolute URL in the code. In this case, all logged out users will be
Stop Logged Out Users Downloading & Sharing Member Only Files
This solution enables you to restrict access to file downloads to logged in users only. The .htaccess directives enable you
You must be logged in to post a comment.