footer-nav-right.php 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: Footer with right navigation
  4. * Slug: stewart/footer-nav-right
  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:paragraph {"align":"left","fontSize":"small"} -->
  16. <p class="has-text-align-left has-small-font-size">
  17. <?php
  18. printf(
  19. /* Translators: WordPress link. */
  20. esc_html__( 'Proudly powered by %s', 'stewart' ),
  21. '<a href="' . esc_url( __( 'https://wordpress.org', 'stewart' ) ) . '" rel="nofollow">WordPress</a>'
  22. );
  23. ?>
  24. </p>
  25. <!-- /wp:paragraph -->
  26. <!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal"}},"fontSize":"small"} /--></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 -->