Kadence Theme – Display 2 Different Menus On Different Pages Using Element Hook, PHP & Plugins

Show Widget Area Using Hooked Element In Kadence Create a PHP function that adds a Widget area to the Kadence “Above All Content” Hook. Step-by-step instructions to register a custom [widget_area] shortcode so it can be used anywhere shortcodes are accepted in WordPress including in Kadence Elements. Add the PHP to site via Code Snippets WordPress plugin Kadence Element…

WordPress Dropdown Select Menu of Custom Post Titles Associated with Custom Taxonomy Terms

WordPress Dropdown Select Menu of Custom Post Titles Associated with Custom Taxonomy Terms

Creating a dropdown select menu that lists only Custom Posts associated with the Custom Taxonomy Term “National Clients” Custom Post Type: client (this is the slug) Custom Taxonomy: client_status (this is the slug) Custom Taxonomy Term: national-clients (this is the slug) Front-end view of dropdown select menu for custom taxonomy term posts A breakdown of…