One of my clients reported my an issue today that switching tabs in their editor stopped working, we’re talking about the “Visual” and “Text” tabs here. Continue Reading…
Tag Archives: config
Unable to install plugins on localhost
When creating WordPress websites I like to do so locally (e.g. XAMPP). Working locally has allot of advantages like faster load speed, being able to load the entire project in the IDE of your choice (code suggestion for your entire project) and the ability to use versioning software (like SVN and GIT). The only problem I had was not being able to install plugins from within the plugin backend page. Continue Reading…
Let WordPress automatically clean up your trash
Allot of WordPress users never empty their trash, what could result in a large amount of trashed posts. Since you’ll probably never use these posts again, we can let WordPress delete them automatically after a certain amount of days. We can enable this feature by adding the following line of code to our wp-config.php file.
Continue Reading…
Disable revisions
In WordPress a revision (copy) of a post is saved each time you save it. This way WordPress enables you to go back to a previous version of a post (remember, a page is also a post). Although this might sound like a feature that may come in handy, most people never use this.
Continue Reading…