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
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?
Hi Aaron,
I don't think there's a hook inside the featured image container unfortunately.
Here're the GP hooks for your reference: https://docs.generatepress.com/article/hooks-visual-guide/
Hi Aaron,
I don't think there's a hook inside the featured image container unfortunately.
Here're the GP hooks for your reference: https://docs.generatepress.com/article/hooks-visual-guide/