footer-nav-left.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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:page-list {"isNavigationChild":true,"showSubmenuIcon":true,"openSubmenusOnClick":false} /-->
  17. <!-- /wp:navigation -->
  18. <!-- wp:paragraph {"align":"right","fontSize":"small"} -->
  19. <p class="has-text-align-right has-small-font-size">
  20. <?php
  21. printf(
  22. /* Translators: WordPress link. */
  23. esc_html__( 'Proudly powered by %s', 'stewart' ),
  24. '<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
  25. );
  26. ?>
  27. </p>
  28. <!-- /wp:paragraph --></div>
  29. <!-- /wp:group --></div>
  30. <!-- /wp:group -->
  31. <!-- wp:spacer {"height":60} -->
  32. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  33. <!-- /wp:spacer -->