TITLE:
Start building your brand for free.
CONTENT:
[gravityform id="2" title="false" description="false"]
Sign up and we'll email you a free PDF about Personal Branding. We respect your privacy, and never share your information.
| <?php | |
| /** | |
| * Hello! Pro - Gutenberg 'Blocks' page template | |
| * | |
| * A template to force full-width layout, remove breadcrumbs, and remove the page title. | |
| * | |
| * Template Name: Blocks | |
| * | |
| * @package Hello Pro | |
| * @author StudioPress |
| [data-type="atomic-blocks/ab-container"] > .editor-block-list__block-edit { | |
| border: 2px dotted #ccc; | |
| } |
| /* RUN THESE SEARCHES IN THE 'wp_posts' TABLE */ | |
| /* TOPICS */ | |
| SELECT DISTINCT user_email FROM wp_users,wp_posts WHERE ((wp_posts.post_author = wp_users.ID) AND (wp_posts.post_type = 'topic') AND (wp_posts.post_status = 'publish')) | |
| /* REPLIES */ | |
| SELECT DISTINCT user_email FROM wp_users,wp_posts WHERE ((wp_posts.post_author = wp_users.ID) AND (wp_posts.post_type = 'reply') AND (wp_posts.post_status = 'publish')) |
| /* // EQUAL HEIGHT BOXES // */ | |
| equalheight = function (container) { | |
| var currentTallest = 0, | |
| currentRowStart = 0, | |
| rowDivs = new Array(), | |
| $el, | |
| topPosition = 0; | |
| $(container).each(function () { |
| <?php | |
| /** | |
| * Customize product data tabs | |
| */ | |
| add_filter( 'woocommerce_product_tabs', 'woo_custom_reviews_tab', 98 ); | |
| function woo_custom_reviews_tab( $tabs ) { | |
| $tabs['reviews']['callback'] = 'show_custom_reviews_tab_content'; // Custom description callback |
| <?php | |
| //* Force full-width-content layout for Gutenberg pages | |
| add_filter( 'genesis_site_layout', 'setGutenbergPageLayout' ); | |
| function setGutenbergPageLayout(){ | |
| if ( function_exists( 'has_blocks' ) && has_blocks( get_the_ID() ) ) { | |
| return 'full-width-content'; | |
| } | |
| } |
TITLE:
Start building your brand for free.
CONTENT:
[gravityform id="2" title="false" description="false"]
Sign up and we'll email you a free PDF about Personal Branding. We respect your privacy, and never share your information.
TITLE: Start building your brand for free.
TEXT TO SHOW AFTER FORM:
<p>Sign up and we'll email you a free PDF about Personal Branding. We respect your privacy, and never share your information.</p>
FORM ACTION: #
TITLE: Build your brand, build your business.
CONTENT:
| <a class="button" href="https://www.youtube.com/watch?v=YbRubFUmAtc" rel="wp-video-lightbox">Watch Video</a> |