Skip to content

Instantly share code, notes, and snippets.

@gstricklind
Last active February 24, 2019 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gstricklind/c43117c6fa84d6d7681aaf0343f9f14b to your computer and use it in GitHub Desktop.
Save gstricklind/c43117c6fa84d6d7681aaf0343f9f14b to your computer and use it in GitHub Desktop.
The Content File to Add Beaver Builder Editable Content to Single Product Pages
<?php
////https://ginastricklind.com/make-beaver-builder-work-on-woocommerce-product-pages/
do_action( 'fl_before_post' ); ?>
<?php do_action( 'fl_before_post_content' ); ?>
<div class="fl-post-content clearfix" itemprop="text">
<?php
the_content();
?>
</div><!-- .fl-post-content -->
<?php do_action( 'fl_after_post_content' ); ?>
<?php do_action( 'fl_after_post' ); ?>
<!-- .fl-post -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment