Archived topic
Add block element after content
3 replies · Started by kanada on May 19, 2021
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