footer.php 1.0 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: poesis/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:spacer {"height":"var(\u002d\u002dwp\u002d\u002dpreset\u002d\u002dspacing\u002d\u002d80)"} -->
  10. <div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
  13. <div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}},"typography":{"fontSize":"0.8rem"},"color":{"text":"#cbcbcb"}}} -->
  14. <p class="has-text-align-left has-text-color has-link-color" style="color:#cbcbcb;font-size:0.8rem">
  15. <?php
  16. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'poesis' ) ) . '" rel="nofollow">WordPress</a>';
  17. echo sprintf(
  18. /* Translators: WordPress link. */
  19. esc_html__( 'Designed with %1$s', 'poesis' ),
  20. $wordpress_link
  21. );
  22. ?>
  23. </p>
  24. <!-- /wp:paragraph --></div>
  25. <!-- /wp:group -->