Site logo

Archived topic

Add block element after content

3 replies · Started by kanada on May 19, 2021

Viewing posts 1–4 of 4

I tried to add hook block element after content, but a lot of plugins adds another content before it, how to fix it

Hi there,

those other plugins will be using the_content() filter - so they are inserted as part of your content before the GP after_content / after_entry_content hooks. To fix this you would need to check if those plugins provide a shortcode option to add them to your site. Then you can create a Block element, add your content, followed by Shortcode Blocks for each of those plugins.

ok thnks david

You're welcome

This archived topic is closed to new replies.