X_before_site_begin

Is there a hook that would allow me to place content before the featured image on a single post view?

I’ve modified my child themes function file to add the x_share shortcode to the area controlled by x_beore_site_begin.

However, I’ve altered the order in which things load on a single post and would like to know if there is a hook that allows me to add these social sharing icons after the p-meta information.

This would move the sharing icons from showing just before the content to after the meta information and before the featured image.

Link to the staging site is in the secure note.

Thanks

Hey @wbgTHEMECO,

There’s regretfully no hook above the featured image so I’d recommend that you override the content.php template instead. That file can be found in framework/views/integrity. If you’re using the Renew stack, change integrity to renew.

I believe you’re familiar with overriding a theme template but if not, you can learn here: https://theme.co/apex/forum/t/customizations-best-practices/205

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.