footer.php 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: creatio/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"40px","left":"40px","top":"80px","bottom":"80px"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:80px;padding-right:40px;padding-bottom:80px;padding-left:40px"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->
  11. <div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->
  12. <div class="wp-block-group"><!-- wp:navigation {"overlayMenu":"never"} /--></div>
  13. <!-- /wp:group -->
  14. <!-- wp:paragraph {"style":{"typography":{"fontSize":"0.8rem"}}} -->
  15. <p style="font-size:0.8rem">
  16. <?php
  17. /* Translators: WordPress link. */
  18. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'creatio' ) ) . '" rel="nofollow">WordPress</a>';
  19. echo sprintf(
  20. esc_html__( 'Designed with %1$s', 'creatio' ),
  21. $wordpress_link
  22. );
  23. ?>
  24. </p>
  25. <!-- /wp:paragraph --></div>
  26. <!-- /wp:group --></div>
  27. <!-- /wp:group -->