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 […]

Expandable elementor containers

This setup ensures that clicking a link only affects its specific container without reloading the page. 1. Elementor Structure For every 2-column section you create, follow this naming convention in the Advanced > CSS Classes field: Main Container: expandable-container. Note: To keep the image filling the left column, set the image as the Column Background […]