I make a template with arbitrary fields, respectively, the main content window is not needed, can I remove it using functions.php? and how can this be done?
Add this code to functions.php
function hide_editor() { remove_post_type_support('page', 'editor'); } add_action( 'admin_head', 'hide_editor' );
Source: https://ru.stackoverflow.com/questions/558763/More articles:What does final mean when specified as a modifier to a parameter?Desktop.browse (new URI (“http: //”)) - How to determine when the browser is opened. Need a listenerPHP cURL (Error: 28: Resolving timed out after milliseconds)Operator overloading: how to cut a list?how to host java Server (ServerSocket) on tomcatPass value to parameterHow to output array data in random order?How to track mouse movement over a specific widget? (Qt, C ++)SQLite development environment, which is most suitable for androidOS X 10.11.6 El Capitan SSLRead () return error -9841All Articles