footer-nav-left.php 1.1 KB

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Title: Footer with left navigation
  4. * Slug: livro/footer-nav-left
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"var(--wp--custom--spacing--large, 10rem)","top":"var(--wp--custom--spacing--small, 1.25rem)"}}},"layout":{"type":"flex","justifyContent":"space-between"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--small, 1.25rem);padding-bottom:var(--wp--custom--spacing--large, 10rem)"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"overlayBackgroundColor":"background","overlayTextColor":"foreground","style":{"typography":{"fontStyle":"normal"}},"fontSize":"small"} /-->
  11. <!-- wp:paragraph {"align":"right","fontSize":"small"} -->
  12. <p class="has-text-align-right has-small-font-size">
  13. <?php echo sprintf(
  14. /* Translators: WordPress link. */
  15. esc_html__( 'Proudly powered by %s', 'livro' ),
  16. '<a href="' . esc_url( __( 'https://wordpress.org', 'livro' ) ) . '" rel="nofollow">WordPress</a>'
  17. ); ?></p>
  18. <!-- /wp:paragraph --></div>
  19. <!-- /wp:group -->