footer.php 1.3 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: strand/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"border":{"top":{"color":"#1e1e1e26","width":"1px"}},"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60"}}},"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group has-tertiary-background-color has-background" style="border-top-color:#1e1e1e26;border-top-width:1px;padding-right:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var(--wp--preset--spacing--60)","bottom":"var(--wp--preset--spacing--60)"}}}} -->
  11. <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"align":"left","fontSize":"small"} -->
  12. <p class="has-text-align-left has-small-font-size">
  13. <?php
  14. /* Translators: WordPress link. */
  15. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'strand' ) ) . '" rel="nofollow">WordPress</a>';
  16. echo sprintf(
  17. esc_html__( 'Designed with %1$s', 'strand' ),
  18. $wordpress_link
  19. );
  20. ?>
  21. </p>
  22. <!-- /wp:paragraph --></div>
  23. <!-- /wp:group --></div>
  24. <!-- /wp:group -->