footer.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: gramming/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"padding":{"top":"3rem","bottom":"3rem"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group" style="padding-top:3rem;padding-bottom:3rem"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"bottom":"0rem","top":"0rem","right":"0rem","left":"0rem"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"2rem"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  11. <div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- 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', 'gramming' ) ) . '" rel="nofollow">WordPress</a>';
  16. echo sprintf(
  17. esc_html__( 'Designed with %1$s', 'gramming' ),
  18. $wordpress_link
  19. );
  20. ?>
  21. </p>
  22. <!-- /wp:paragraph -->
  23. <!-- wp:social-links {"iconColor":"tertiary","iconColorValue":"#f5f5f5","iconBackgroundColor":"primary","iconBackgroundColorValue":"#111111","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"0.5rem","left":"0.5rem"}}},"layout":{"type":"flex","justifyContent":"right"}} -->
  24. <ul class="wp-block-social-links has-small-icon-size has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /-->
  25. <!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
  26. <!-- wp:social-link {"url":"500px.com","service":"fivehundredpx"} /--></ul>
  27. <!-- /wp:social-links --></div>
  28. <!-- /wp:group -->
  29. </div>
  30. <!-- /wp:group -->