footer.php 1.1 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: ici/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:spacer {"height":"50px"} -->
  10. <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"layout":{"type":"constrained","justifyContent":"center","contentSize":""}} -->
  13. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--30)">
  14. <!-- wp:paragraph {"lock":{"move":false,"remove":true},"fontSize":"xx-small"} -->
  15. <p class="has-xx-small-font-size"><?php
  16. /* Translators: WordPress link. */
  17. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'ici' ) ) . '" rel="nofollow">WordPress</a>';
  18. echo sprintf(
  19. esc_html__( 'Ici Theme –––– Designed with %1$s', 'ici' ),
  20. $wordpress_link
  21. );
  22. ?></p>
  23. <!-- /wp:paragraph -->
  24. </div>
  25. <!-- /wp:group -->