footer.php 1.3 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: archeo/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"layout":{"inherit":"true"}} -->
  10. <div class="wp-block-group">
  11. <!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"},"style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--medium)","top":"var(--wp--custom--spacing--medium)"}}}} -->
  12. <div class="wp-block-group alignwide" style="padding-top: var(--wp--custom--spacing--medium); padding-bottom: var(--wp--custom--spacing--medium);">
  13. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayMenu":"never","className":"site-footer","style":{"typography":{"fontStyle":"normal"},"spacing":{"blockGap":"2.5rem"}},"fontSize":"small"} /-->
  14. <!-- wp:paragraph {"align":"left","fontSize":"small","style":{"spacing":{"margin":{"top":0}}}} -->
  15. <p class="has-small-font-size" style="margin-top: 0;">
  16. <?php
  17. printf(
  18. /* Translators: WordPress link. */
  19. esc_html__( 'Proudly powered by %s', 'archeo' ),
  20. '<a href="' . esc_url( __( 'https://wordpress.org', 'archeo' ) ) . '" rel="nofollow">WordPress</a>'
  21. );
  22. ?>
  23. </p><!-- /wp:paragraph -->
  24. </div><!-- /wp:group -->
  25. </div><!-- /wp:group -->