Is there a way that I can add hook content to the theme without having to edit the template file itself? I want to add a mini menu to the header_start area. Thank you.
Well, there isn’t an issue that I can show you. I’m asking if there is a way through the admin area to add extra hook content to a theme. For example, on some themes, there is a section where you can add code, etc., to different areas of the site using hook content, without having to edit any of the core files manually. That’s what I’m asking. Thank you.
This features does not available in current version. If you want to add extra content hook, you need to write custom code that means you must need to modify the core file of the theme.
Note: Please use the child theme for modification of core file(copy file into child theme from parent theme and modify it)