footer.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: organizer/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0.5rem","right":"2rem","bottom":"2.5rem","left":"2rem"}},"border":{"top":{"width":"1px","style":"dotted"}}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group" style="border-top-style:dotted;border-top-width:1px;padding-top:0.5rem;padding-right:2rem;padding-bottom:2.5rem;padding-left:2rem"><!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
  11. <div class="wp-block-group alignfull"><!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  12. <div class="wp-block-group alignwide"><!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#00000a","size":"has-small-icon-size","style":{"typography":{"letterSpacing":"-0.02rem"}},"className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"center"}} -->
  13. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only" style="letter-spacing:-0.02rem"><!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /-->
  14. <!-- wp:social-link {"url":"mastodon.com","service":"mastodon"} /-->
  15. <!-- wp:social-link {"url":"devianart.com","service":"deviantart"} /-->
  16. <!-- wp:social-link {"url":"behance.com","service":"behance"} /-->
  17. <!-- wp:social-link {"url":"linkedin.com","service":"linkedin"} /--></ul>
  18. <!-- /wp:social-links -->
  19. <!-- wp:paragraph {"align":"right","style":{"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"-0.02rem"}}} -->
  20. <p class="has-text-align-right" style="font-size:0.9rem;letter-spacing:-0.02rem;text-transform:uppercase">
  21. <?php
  22. /* Translators: WordPress link. */
  23. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'organizer' ) ) . '" rel="nofollow">WordPress</a>';
  24. echo sprintf(
  25. esc_html__( 'Designed with %1$s', 'organizer' ),
  26. $wordpress_link
  27. );
  28. ?>
  29. </p>
  30. <!-- /wp:paragraph --></div>
  31. <!-- /wp:group --></div>
  32. <!-- /wp:group --></div>
  33. <!-- /wp:group -->