[Resolved] adding the beaver builder row in blog post header

Home Forums Support [Resolved] adding the beaver builder row in blog post header

Home Forums Support adding the beaver builder row in blog post header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #309080
    Hammal

    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”]

    #309108
    Leo
    Staff
    Customer Support

    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.

    #309128
    Hammal

    Hi Tom,

    Thanks it worked.

    #309153
    Leo
    Staff
    Customer Support

    Glad I could help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.