Archived topic
adding the beaver builder row in blog post header
3 replies · Started by Hammal on April 22, 2017
Viewing posts 1–4 of 4
Hi Tom,
I need to add a beaver builder row into the blog post header actually after the header but only the blog post I have tired the entry header hooks but its adding it to all pages can you please let me know.
[fl_builder_insert_layout slug="my-post-slug"]
Hi Hammal,
You are trying to add it to all single post I assume?
If so try this in the hook:
<?php if ( is_single() ) { ?>
Shortcode here
<?php } ?>
Let me know if this is what you are after.
Hi Tom,
Thanks it worked.
Glad I could help!
This archived topic is closed to new replies.