footer-right.php 844 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Title: Right-aligned footer
  4. * Slug: livro/footer-right
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--small, 1.25rem)"}}}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--small, 1.25rem)">
  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 -->