WordPress: Hiding default content editor (WYSIWYG) for a specific template
We recently needed to hide the default editor for the home page of a client’s wordpress website. The reason was that we were using the incredibly useful Advanced Custom Fields (ACF) plugin. The following code, placed in the functions.php file did exactly what we needed. Reference: https://gist.github.com/ramseyp/4060095