footer.php 1.3 KB

123456789101112131415161718192021222324252627282930
  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":{"top":"0.5em","left":"2.5em","bottom":"0.5rem","right":"2.5em"}}},"fontSize":"small"} /-->
  14. <!-- wp:paragraph {"align":"left","fontSize":"small"} -->
  15. <p class="has-text-align-left has-small-font-size">
  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>
  24. <!-- /wp:paragraph -->
  25. </div>
  26. <!-- /wp:group -->
  27. </div>
  28. <!-- /wp:group -->