hidden-sidebar.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. /**
  3. * Title: Sidebar
  4. * Slug: cakely/hidden-sidebar
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"tagName":"aside","style":{"spacing":{"blockGap":"var:preset|spacing|70"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  10. <aside class="wp-block-group">
  11. <!-- wp:group {"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group">
  13. <!-- wp:heading {"level":3,"style":{"typography":{"letterSpacing":"0.1em","textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"wp-block-heading","fontSize":"medium"} -->
  14. <h3 class="wp-block-heading has-primary-color has-text-color has-link-color has-medium-font-size" style="letter-spacing:0.1em;text-transform:uppercase"><?php echo esc_html__( 'Welcome!', 'cakely' ); ?></h3>
  15. <!-- /wp:heading -->
  16. <!-- wp:paragraph {"className":"has-small-font-size","fontSize":"medium"} -->
  17. <p class="has-small-font-size has-medium-font-size"><?php echo esc_html__( 'Dive into a world of inventive recipes and simple, step-by-step guides to crafting your own delightful treats. Your feedback and messages are always cherished. Enjoy exploring these delicious creations.', 'cakely' ); ?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:social-links {"iconColor":"contrast","iconColorValue":"#ffffff","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|40"}}},"className":"is-style-logos-only","layout":{"type":"flex","justifyContent":"left"}} -->
  20. <ul class="wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only">
  21. <!-- wp:social-link {"url":"https://facebook.com/","service":"facebook"} /-->
  22. <!-- wp:social-link {"url":"https://instagram.com","service":"instagram"} /-->
  23. <!-- wp:social-link {"url":"https://www.tiktok.com/","service":"tiktok"} /-->
  24. </ul>
  25. <!-- /wp:social-links -->
  26. </div>
  27. <!-- /wp:group -->
  28. <!-- wp:group {"layout":{"type":"constrained"}} -->
  29. <div class="wp-block-group">
  30. <!-- wp:heading {"level":3,"style":{"typography":{"letterSpacing":"0.1em","textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"wp-block-heading","fontSize":"medium"} -->
  31. <h3 class="wp-block-heading has-primary-color has-text-color has-link-color has-medium-font-size" style="letter-spacing:0.1em;text-transform:uppercase"><?php echo esc_html__( 'Subscribe', 'cakely' ); ?></h3>
  32. <!-- /wp:heading -->
  33. <!-- wp:paragraph -->
  34. <p><?php echo esc_html__( 'Stay updated with our latest news and recipes by joining our newsletter.', 'cakely' ); ?></p>
  35. <!-- /wp:paragraph -->
  36. <!-- wp:jetpack/subscriptions {"submitButtonText":"→","fontSize":"13px","customFontSize":"13px","borderWeight":1,"padding":11,"spacing":4} /-->
  37. </div>
  38. <!-- /wp:group -->
  39. <!-- wp:group {"layout":{"type":"constrained"}} -->
  40. <div class="wp-block-group">
  41. <!-- wp:heading {"level":3,"style":{"typography":{"letterSpacing":"0.1em","textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"wp-block-heading","fontSize":"medium"} -->
  42. <h3 class="wp-block-heading has-primary-color has-text-color has-link-color has-medium-font-size" style="letter-spacing:0.1em;text-transform:uppercase"><?php echo esc_html__( 'Categories', 'cakely' ); ?></h3>
  43. <!-- /wp:heading -->
  44. <!-- wp:categories /-->
  45. </div>
  46. <!-- /wp:group -->
  47. <!-- wp:group {"layout":{"type":"constrained"}} -->
  48. <div class="wp-block-group">
  49. <!-- wp:heading {"level":3,"style":{"typography":{"letterSpacing":"0.1em","textTransform":"uppercase"},"elements":{"link":{"color":{"text":"var:preset|color|primary"}}}},"textColor":"primary","className":"wp-block-heading","fontSize":"medium"} -->
  50. <h3 class="wp-block-heading has-primary-color has-text-color has-link-color has-medium-font-size" style="letter-spacing:0.1em;text-transform:uppercase"><?php echo esc_html__( 'Tags', 'cakely' ); ?></h3>
  51. <!-- /wp:heading -->
  52. <!-- wp:tag-cloud {"largestFontSize":"8pt","className":"is-style-outline"} /-->
  53. </div>
  54. <!-- /wp:group -->
  55. </aside>
  56. <!-- /wp:group -->