Site logo

Archived topic

Trying to hook above the featured image when it is shown on a page, not a post

5 replies · Started by Aaron on July 29, 2022

Viewing posts 1–6 of 6

There is a main featured image in the top just below the nav, I would like to hook above it:

<nav></nav> 

<!-- I would like to hook here -->

<div class="featured-image page-header-image  grid-container grid-parent">

<!-- featured image is here -->

</div>

<div class="site grid-container container hfeed">

<!-- main content here -->

</div>

Thanks!

I found it after_navigation...

Glad to hear :)

Actually I need to hook inside the featured image container. Is there a hook for that?

This archived topic is closed to new replies.