footer.php 1.9 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: infield/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"backgroundColor":"accent-1","textColor":"base","layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group alignfull has-base-color has-accent-1-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->
  12. <div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->
  13. <div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never","style":{"typography":{"textTransform":"uppercase"}}} /--></div>
  14. <!-- /wp:group --></div>
  15. <!-- /wp:group --></div>
  16. <!-- /wp:group -->
  17. <!-- wp:group {"style":{"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/stripes-bg.png","source":"file","title":"Vertical Stripes Background"}},"spacing":{"padding":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"}}},"layout":{"type":"constrained"}} -->
  18. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)"><!-- wp:paragraph {"align":"center","fontSize":"x-small"} -->
  19. <p class="has-text-align-center has-x-small-font-size"><?php
  20. /* Translators: WordPress link. */
  21. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'infield' ) ) . '" rel="nofollow">WordPress</a>';
  22. echo sprintf(
  23. esc_html__( 'Designed with %1$s', 'infield' ),
  24. $wordpress_link
  25. );
  26. ?></p>
  27. <!-- /wp:paragraph --></div>
  28. <!-- /wp:group -->