Problem in Genesis framework
-
I have a problem with using plugin in Genesis framework.
I want to replace primary menu before header. I used code for removing primary navigation:
remove_action( ‘genesis_after_header’, ‘genesis_do_nav’);
But nothing happens. Everything is OK when i placed code directly into function.php
I have tried to specify priority
remove_action( ‘genesis_after_header’, ‘genesis_do_nav’, 10);
No difference.
Thanks for any advice.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem in Genesis framework’ is closed to new replies.