123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?php
- /**
- * Title: Default footer block pattern
- * Slug: meraki/footer-default
- * Categories: footer
- * Block Types: core/template-part/footer
- */
- ?>
- <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"80px","bottom":"80px"}},"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"border":{"width":"0px","style":"none"}},"backgroundColor":"foreground","textColor":"background","layout":{"inherit":true},"fontSize":"14px"} -->
- <div class="wp-block-group alignfull has-background-color has-foreground-background-color has-text-color has-background has-link-color has-14-px-font-size" style="border-style:none;border-width:0px;padding-top:80px;padding-bottom:80px">
-
- <!-- wp:columns {"align":"wide"} -->
- <div class="wp-block-columns alignwide">
- <!-- wp:column -->
- <div class="wp-block-column">
- <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","letterSpacing":"1px"}},"fontSize":"small"} -->
- <h2 class="has-small-font-size" style="text-transform:uppercase;letter-spacing:1px">
- <?php
- echo esc_html__( 'About the Blog', 'meraki' );
- ?>
- </h2>
- <!-- /wp:heading -->
- <!-- wp:paragraph {"style":{"typography":{"fontSize":"small"},"color":{"text":"#ffffffa8"}}} -->
- <p class="has-text-color has-small-font-size" style="color:#ffffffa8">
- <?php
- echo esc_html__( 'Meraki is a travel blog theme designed to document your adventures.', 'meraki' );
- ?>
- </p>
- <!-- /wp:paragraph -->
- </div>
- <!-- /wp:column -->
- <!-- wp:column -->
- <div class="wp-block-column">
- <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","letterSpacing":"1px"}},"fontSize":"small"} -->
- <h2 class="has-small-font-size" style="text-transform:uppercase;letter-spacing:1px">
- <?php
- echo esc_html__( 'Popular Posts', 'meraki' );
- ?>
- </h2>
- <!-- /wp:heading -->
- <!-- wp:latest-posts {"postsToShow":3,"excerptLength":10,"displayPostDate":true,"featuredImageAlign":"left","featuredImageSizeHeight":68} /-->
- </div>
- <!-- /wp:column -->
- <!-- wp:column -->
- <div class="wp-block-column">
- <!-- wp:heading {"style":{"typography":{"textTransform":"uppercase","letterSpacing":"1px"}},"fontSize":"small"} -->
- <h2 class="has-small-font-size" style="text-transform:uppercase;letter-spacing:1px">
- <?php
- echo esc_html__( 'Newsletter', 'meraki' );
- ?>
- </h2>
- <!-- /wp:heading -->
- <!-- wp:paragraph {"style":{"typography":{"fontSize":"small"},"color":{"text":"#ffffffa8"}}} -->
- <p class="has-text-color has-small-font-size" style="color:#ffffffa8">
- <?php
- echo esc_html__( 'Subscribe to our email newsletter for a weekly dose of travel inspiration.', 'meraki' );
- ?>
- </p>
- <!-- /wp:paragraph -->
- <!-- wp:jetpack/subscriptions {"buttonOnNewLine":true,"buttonWidth":"100%","buttonBackgroundColor":"background","textColor":"primary","borderRadius":50,"borderColor":"background"} -->
- <div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions__use-newline">[jetpack_subscription_form show_subscribers_total="false" button_on_newline="true" custom_font_size="16px" custom_border_radius="50" custom_border_weight="1" custom_button_width="100%" custom_padding="15" custom_spacing="10" submit_button_classes="has-background-border-color has-text-color has-primary-color has-background has-background-background-color" email_field_classes="has-background-border-color" show_only_email_and_button="true" success_message="<?php echo esc_html__('Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm Follow\' to start subscribing.', 'meraki'); ?>"]</div>
- <!-- /wp:jetpack/subscriptions -->
- </div>
- <!-- /wp:column -->
- </div>
- <!-- /wp:columns -->
- </div>
- <!-- /wp:group -->
- <!-- wp:group -->
- <div class="wp-block-group">
- <!-- wp:group {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"spacing":{"padding":{"top":"20px","bottom":"20px"}}},"backgroundColor":"foreground","textColor":"background"} -->
- <div class="wp-block-group has-background-color has-foreground-background-color has-text-color has-background has-link-color" style="padding-top:20px;padding-bottom:20px">
- <!-- wp:paragraph {"align":"center","fontSize":"tiny"} -->
- <p class="has-text-align-center has-tiny-font-size">
- <?php
- printf(
- /* Translators: WordPress link. */
- esc_html__( 'Proudly powered by %s', 'meraki' ),
- '<a href="' . esc_url( __( 'https://wordpress.org', 'meraki' ) ) . '" rel="nofollow">WordPress</a>'
- )
- ?>
- </p>
- <!-- /wp:paragraph -->
-
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:group -->
|