footer.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * Title: Default footer
  4. * Slug: reverie/footer
  5. * Categories: footer
  6. * Block Types: core/template-part/footer
  7. */
  8. ?>
  9. <!-- wp:group {"lock":{"move":true,"remove":true},"className":"background-overlay","layout":{"type":"constrained"}} -->
  10. <div class="wp-block-group background-overlay"><!-- wp:spacer {"height":"0px"} -->
  11. <div style="height:0px" aria-hidden="true" class="wp-block-spacer"></div>
  12. <!-- /wp:spacer --></div>
  13. <!-- /wp:group -->
  14. <!-- wp:group {"layout":{"type":"default"}} -->
  15. <div class="wp-block-group"><!-- wp:paragraph {"align":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"small","fontFamily":"newsreader"} -->
  16. <p class="has-text-align-center has-newsreader-font-family has-small-font-size" style="font-style:normal;font-weight:400"><?php
  17. /* Translators: WordPress link. */
  18. $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'reverie' ) ) . '" rel="nofollow">WordPress</a>';
  19. echo sprintf(
  20. esc_html__( 'Designed with %1$s', 'reverie' ),
  21. $wordpress_link
  22. );
  23. ?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:spacer {"height":"95px"} -->
  26. <div style="height:95px" aria-hidden="true" class="wp-block-spacer"></div>
  27. <!-- /wp:spacer -->
  28. <!-- wp:group {"backgroundColor":"primary","className":"fixed-bottom-nav","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  29. <div class="wp-block-group fixed-bottom-nav has-primary-background-color has-background"><!-- wp:group {"style":{"spacing":{"blockGap":"0rem","padding":{"left":"1rem"}}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  30. <div class="wp-block-group" style="padding-left:1rem"><!-- wp:site-title {"style":{"typography":{"fontStyle":"normal"},"spacing":{"margin":{"right":"1rem"}}},"fontSize":"medium"} /-->
  31. <!-- wp:site-tagline {"style":{"typography":{"fontStyle":"italic","fontWeight":"400"}},"fontFamily":"newsreader"} /--></div>
  32. <!-- /wp:group -->
  33. <!-- wp:group {"style":{"spacing":{"padding":{"right":".8rem"},"blockGap":".5rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
  34. <div class="wp-block-group" style="padding-right:.8rem"><!-- wp:navigation {"overlayMenu":"always","overlayBackgroundColor":"primary","layout":{"type":"flex","flexWrap":"nowrap","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"300"},"spacing":{"blockGap":"0"}},"fontSize":"large","fontFamily":"newsreader"} /-->
  35. <!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search","buttonPosition":"button-only","buttonUseIcon":true,"isSearchFieldHidden":true} /--></div>
  36. <!-- /wp:group --></div>
  37. <!-- /wp:group --></div>
  38. <!-- /wp:group -->