Hallo,
i want to add a button above the main menu right but inside the menu block not in the top menu line.
So, i used the hooks but i guess, there is no such hook for my need… any idea how to place the button like this?
Button was created as custom widget.
This is the code i use to implement:
/* widget in header */
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
function enfold_customization_header_widget_area() {
dynamic_sidebar( 'btn-immo-bewerten' );
}
