SEO settings for wordpress (no yoast required)

First install the ACF plugin and create the appropriate fields. Then insert the code below to functions.php. /* ========================================================================== DCODEHUB: NATIVE SEO META BOXES (No Yoast Required) ========================================================================== */ // 1. Create the input boxes in the WordPress Editor add_action(‘add_meta_boxes’, ‘dcodehub_add_seo_meta_box’); function dcodehub_add_seo_meta_box() { $screens = [‘post’, ‘page’]; // Shows up on pages and blog […]