The Lab : Where Ideas Evolve
Conceive, Create, Test, Revise, Test, Iterate, Decide
dc-custom-query-1
DFL 30 Years
Travel with Purpose
‘Any Way You Like’ Campaign
Project Board
Meal Delivery Service: Identity to Delivery
Expanding a Radio Show’s Reach
First Page Ranked : SnowParties.com
Events @ : HTML Email
Nutcracker
Adventure West Tours
Effective eNewsletter Campaign
Elementor WordPress Website
Tiki Volcano Man
‘Uniquely You’ Campaign
10 Minute Proposal Creator
Restaurant Rack Tri-fold
Social Media Fundraising Campaign
Lab Cafe
Gertrude’s Restaurant
Portfolio Element : CPT Artwork
WooCommerce
&
WooPayments
600 x 700
Jamboree Registration Summary
[dfl-my-jamboree-registration-summary] 600 x 800 IDEAL SIZE!
/*
* Shortcode to render the My Jamboree Registration Summary.
*
*/
add_shortcode( 'dfl-my-jamboree-registration-summary', 'dfl_get_my_jamboree_registration' );
if( ! function_exists( 'dfl_get_my_jamboree_registration' ) ) {
function dfl_get_my_jamboree_registration (){
ob_start();
// Include the specified file.
include( STYLESHEETPATH . 'my-jamboree-reg_sc.php' );
// Assign the file output to $content variable.
$content = ob_get_clean();
return $content;
}
}
Jamboree Registration Summary
[dfl-my-jamboree-registration-summary] 600 x 900
/*
* Shortcode to render the My Jamboree Registration Summary.
*
*/
add_shortcode( 'dfl-my-jamboree-registration-summary', 'dfl_get_my_jamboree_registration' );
if( ! function_exists( 'dfl_get_my_jamboree_registration' ) ) {
function dfl_get_my_jamboree_registration (){
ob_start();
// Include the specified file.
include( STYLESHEETPATH . 'my-jamboree-reg_sc.php' );
// Assign the file output to $content variable.
$content = ob_get_clean();
return $content;
}
}