September 8, 2020 at 9:38 am
Hi Team. We switched over to Kadence Blocks and Kadence theme from Beaver Builder and first just want to say THANK YOU! Our site is loading 2X+ faster and we are getting 90%+ scores in GTMetrix, etc. vs C,D & F scores before!
In Beaver Builder I was able to use this short code:
[fl_builder_insert_layout slug=”337634″ type=”fl-builder-template”]
Or this PHP:
function griffin_add_bb_2_dashboard() {
$template_id = 337634;
FLBuilder::render_query(
array(
‘post_type’ => ‘fl-builder-template’,
‘p’ => $template_id,
)
);
}
add_action( ‘woocommerce_account_dashboard’, ‘griffin_add_bb_2_dashboard’ );
To display a page that existed elsewhere on the site in another page and/or (via the PHP example above) into our woocommerce account dashboard. Is there anything similar available using Kadence blocks or Kadence theme that I can use to insert content from one page into another?
Thanks so much.
Griffin