footer-nav-left.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: Footer with left navigation
  4. * Slug: stewart/footer-nav-left
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:spacer {"height":60} -->
  10. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:group {"align":"full","layout":{"inherit":true}} -->
  13. <div class="wp-block-group alignfull">
  14. <!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
  15. <div class="wp-block-group alignwide"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal"}},"fontSize":"small"} /-->
  16. <!-- wp:paragraph {"align":"right","fontSize":"small"} -->
  17. <p class="has-text-align-right has-small-font-size">
  18. <?php
  19. printf(
  20. /* Translators: WordPress link. */
  21. esc_html__( 'Proudly powered by %s', 'stewart' ),
  22. '<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
  23. );
  24. ?>
  25. </p>
  26. <!-- /wp:paragraph --></div>
  27. <!-- /wp:group --></div>
  28. <!-- /wp:group -->
  29. <!-- wp:spacer {"height":60} -->
  30. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  31. <!-- /wp:spacer -->