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
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
Use An HTML Frame Instead of A Redirect
HTML framesets can be used in place of redirect, this method is especially useful when you don't want the search engines to recognize the domain being redirected. search engines won't read the content of frames, so it's like running into a brick wall. But your visitors will see the website you want them to. Some cases where using a frames set may be useful: You have .com, .net … [Read more...] about Use An HTML Frame Instead of A Redirect