WordPress Tutorials
Tutorials for anything WordPress related.
- How to insert code right after body opening tag, and creating a wrapper around the code in a page using PHP output buffering and the Wordpress shutdown hook.
- How to properly remove the title from a Wordpress post, and how to do it for specific post types.
- There is no function to select a post by slug name (post name), but we can create our own function to do it; find out how in this tutorial.
- How to properly customize Wordpress based website, where to add your own code, and how to override existing functionality.
- How to manually move a Wordpress website to another domain name, and copy the database and the files from the old site.
- Should you use Wordfence or Malcare? And are they even sufficient security tools? Securing a Wordpress site with third party plugins and themes is probably harder than you think.
- There can be several different reasons why jQuery might be undefined; maybe it is not yet loaded, or maybe a script is unloading it. In this tutorial I will explain some of the problems and solutions that I have come by when developing Wordpress websites.
- How to correctly determine file system paths when developing for Wordpress and avoiding inconsistencies.
- How to secure your Wordpress website by disabling write access to certain files and directories.
- Using HTML forms with the Divi Wordpress theme is not easy, luckily we can just include our own custom HTML, and it will even show in the editor!