Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent Users from changing the WordPress theme in the Dashboard. … [Read more...] about Disable WordPress Theme Changing
Code Snippets
AWeber Sidebar Widget Plugin Error
If you use the AWebber sidebar widget plugin, you may have noticed this little error message keeps appearing at the top of your dashboard. There a couple of things that can cause this: You changed your Awebber username or passwordYou have tried to use the same key in too many installations The easy fix is to generate a new key for every installation using the AWeber … [Read more...] about AWeber Sidebar Widget Plugin Error
Generate Path to WordPress Root
Use the following codes to generate a path to the WordPress root URL in theme and template files. … [Read more...] about Generate Path to WordPress Root
Hide the WordPress Admin Upgrade Message
Add the following code to you theme’s function.php file, or a functionality plugin to remove the admin update nags. … [Read more...] about Hide the WordPress Admin Upgrade Message