footer.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: screenplay/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  11. <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer -->
  13. <!-- wp:columns {"verticalAlignment":"center","align":"wide","style":{"border":{"top":{"width":"1px"}},"spacing":{"padding":{"top":"8px","bottom":"8px"}}}} -->
  14. <div class="wp-block-columns alignwide are-vertically-aligned-center" style="border-top-width:1px;padding-top:8px;padding-bottom:8px"><!-- wp:column {"verticalAlignment":"center","width":"33.3%"} -->
  15. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33.3%"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"500"}},"fontFamily":"golos-text"} -->
  16. <p class="has-text-align-left has-golos-text-font-family" style="font-size:16px;font-style:normal;font-weight:500">
  17. <?php
  18. /* Translators: WordPress link. */
  19. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'screenplay' ) ) . '" rel="nofollow">WordPress</a>';
  20. echo sprintf(
  21. esc_html__( 'Designed with %1$s', 'screenplay' ),
  22. $wordpress_link
  23. );
  24. ?>
  25. </p>
  26. <!-- /wp:paragraph --></div>
  27. <!-- /wp:column -->
  28. <!-- wp:column {"verticalAlignment":"center"} -->
  29. <div class="wp-block-column is-vertically-aligned-center"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  30. <div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"500"}},"fontFamily":"golos-text"} -->
  31. <p class="has-text-align-left has-golos-text-font-family" style="font-size:16px;font-style:normal;font-weight:500"><?php echo esc_html__( 'This is a sample to spark your creativity. Enjoy.', 'screenplay' ); ?></p>
  32. <!-- /wp:paragraph -->
  33. <!-- wp:social-links {"iconColor":"primary","iconColorValue":"#000000","size":"has-small-icon-size","className":"is-style-logos-only"} -->
  34. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only"><!-- wp:social-link {"url":"tumblr.com","service":"tumblr"} /-->
  35. <!-- wp:social-link {"url":"instagram.com","service":"instagram"} /-->
  36. <!-- wp:social-link {"url":"facebook.com","service":"facebook"} /--></ul>
  37. <!-- /wp:social-links --></div>
  38. <!-- /wp:group --></div>
  39. <!-- /wp:column --></div>
  40. <!-- /wp:columns -->
  41. <!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  42. <div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
  43. <!-- /wp:spacer --></div>
  44. <!-- /wp:group -->