footer.php 989 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. /**
  3. * Title: Footer
  4. * Slug: indice/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"default"}} -->
  11. <div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)">
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'Indice –––––––––', 'indice' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:paragraph -->
  16. <p><?php
  17. /* Translators: WordPress link. */
  18. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'indice' ) ) . '" rel="nofollow">WordPress</a>';
  19. echo sprintf(
  20. esc_html__( 'Designed with %1$s', 'indice' ),
  21. $wordpress_link
  22. );
  23. ?></p>
  24. <!-- /wp:paragraph -->
  25. </div>
  26. <!-- /wp:group -->