footer.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: archivo/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:spacer {"height":"192px"} -->
  10. <div style="height:192px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:site-logo {"width":96,"shouldSyncIcon":false,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|50"}}}} /-->
  13. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"var:preset|spacing|50"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
  14. <div class="wp-block-group" style="padding-top:0;padding-bottom:var(--wp--preset--spacing--50)">
  15. <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top"}} -->
  16. <div class="wp-block-group">
  17. <!-- wp:site-title {"level":0,"style":{"typography":{"lineHeight":1.388888889}}} /-->
  18. <!-- wp:paragraph -->
  19. <p><a href="#"><?php echo esc_html__( 'Tumblr', 'archivo' ); ?></a> / <a href="#"><?php echo esc_html__( 'Instagram', 'archivo' ); ?></a> / <a href="#"><?php echo esc_html__( 'Email', 'archivo' ); ?></a></p>
  20. <!-- /wp:paragraph -->
  21. </div>
  22. <!-- /wp:group -->
  23. <!-- wp:paragraph -->
  24. <p><?php
  25. /* Translators: WordPress link. */
  26. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'archivo' ) ) . '" rel="nofollow">WordPress</a>';
  27. echo sprintf(
  28. esc_html__( 'Designed with %1$s', 'archivo' ),
  29. $wordpress_link
  30. );
  31. ?></p>
  32. <!-- /wp:paragraph -->
  33. </div>
  34. <!-- /wp:group -->