Order in hook: generate_after_header
-
Hi Tom,
Used GeneratePress more than once and I think it’s a great, flexible theme!
Now I would like to use the Featured Image to show a screenwide image above the content.
Therefor I removed “grid-container grid-parent” out of the sentence<div class="<?php echo $class; ?> grid-container grid-parent">
in function generate_featured_page_header_area($class)The picture is screenwide now, just as I wanted.
The hook for this function is <?php do_action( ‘generate_after_header’ ); ?>
That hook also calls the navigation and af course before it calls the Featured ImageWaht I would like to know is how I can change the order of those two functions in that hook (and where I can find that).
Thanks!
- The topic ‘Order in hook: generate_after_header’ is closed to new replies.