footer.php 1.2 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: tomoni/footer
  5. * Categories: featured, footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"var:preset|spacing|30"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
  10. <div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
  11. <!-- wp:paragraph {"fontSize":"x-small"} -->
  12. <p class="has-x-small-font-size"><a href="#"><?php echo esc_html__( 'Instagram', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html__( 'Facebook', 'tomoni' ); ?></a> / <a href="#"><?php echo esc_html__( 'TikTok', 'tomoni' ); ?></a></p>
  13. <!-- /wp:paragraph -->
  14. <!-- wp:paragraph {"fontSize":"x-small"} -->
  15. <p class="has-x-small-font-size"><?php
  16. /* Translators: WordPress link. */
  17. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'tomoni' ) ) . '" rel="nofollow">WordPress</a>';
  18. echo sprintf(
  19. esc_html__( 'Designed with %1$s', 'tomoni' ),
  20. $wordpress_link
  21. );?></p>
  22. <!-- /wp:paragraph -->
  23. </div>
  24. <!-- /wp:group -->