Açıklama Yok

page-layout-two-columns.php 3.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?php
  2. /**
  3. * Page layout with two columns.
  4. */
  5. return array(
  6. 'title' => __( 'Page layout with two columns', 'twentytwentytwo' ),
  7. 'categories' => array( 'pages' ),
  8. 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--large, 8rem)","bottom":"var(--wp--custom--spacing--large, 8rem)"}}},"layout":{"inherit":true}} -->
  9. <div class="wp-block-group alignfull" style="padding-top:var(--wp--custom--spacing--large, 8rem);padding-bottom:var(--wp--custom--spacing--large, 8rem);"><!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"clamp(4rem, 15vw, 12.5rem)","lineHeight":"1","fontWeight":"200"}}} -->
  10. <h1 class="alignwide" style="font-size:clamp(4rem, 15vw, 12.5rem);font-weight:200;line-height:1">' . wp_kses_post( __( '<em>Goldfinch </em><br><em>&amp; Sparrow</em>', 'twentytwentytwo' ) ) . '</h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:spacer {"height":50} -->
  13. <div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->
  15. <!-- wp:group {"align":"wide","layout":{"inherit":false}} -->
  16. <div class="wp-block-group alignwide"><!-- wp:columns -->
  17. <div class="wp-block-columns"><!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
  18. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%"><!-- wp:paragraph -->
  19. <p>' . esc_html__( 'WELCOME', 'twentytwentytwo' ) . '</p>
  20. <!-- /wp:paragraph --></div>
  21. <!-- /wp:column -->
  22. <!-- wp:column {"verticalAlignment":"center","width":"80%"} -->
  23. <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:80%"><!-- wp:separator {"className":"is-style-wide"} -->
  24. <hr class="wp-block-separator is-style-wide"/>
  25. <!-- /wp:separator --></div>
  26. <!-- /wp:column --></div>
  27. <!-- /wp:columns --></div>
  28. <!-- /wp:group -->
  29. <!-- wp:columns {"align":"wide"} -->
  30. <div class="wp-block-columns alignwide"><!-- wp:column -->
  31. <div class="wp-block-column"><!-- wp:paragraph -->
  32. <p>' . wp_kses_post( __( 'Oh hello. My name’s Angelo, and I operate this blog. I was born in Portland, but I currently live in upstate New York. You may recognize me from publications with names like <a href="#">Eagle Beagle</a> and <a href="#">Mourning Dive</a>. I write for a living.<br><br>I usually use this blog to catalog extensive lists of birds and other things that I find interesting. If you find an error with one of my lists, please keep it to yourself.<br><br>If that’s not your cup of tea, <a href="#">I definitely recommend this tea</a>. It’s my favorite.', 'twentytwentytwo' ) ) . '</p>
  33. <!-- /wp:paragraph --></div>
  34. <!-- /wp:column -->
  35. <!-- wp:column -->
  36. <div class="wp-block-column"></div>
  37. <!-- /wp:column --></div>
  38. <!-- /wp:columns -->
  39. <!-- wp:spacer -->
  40. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  41. <!-- /wp:spacer -->
  42. <!-- wp:columns {"align":"wide"} -->
  43. <div class="wp-block-columns alignwide"><!-- wp:column {"verticalAlignment":"center"} -->
  44. <div class="wp-block-column is-vertically-aligned-center"><!-- wp:separator {"className":"is-style-wide"} -->
  45. <hr class="wp-block-separator is-style-wide"/>
  46. <!-- /wp:separator --></div>
  47. <!-- /wp:column -->
  48. <!-- wp:column {"verticalAlignment":"center"} -->
  49. <div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph -->
  50. <p>' . esc_html__( 'POSTS', 'twentytwentytwo' ) . '</p>
  51. <!-- /wp:paragraph --></div>
  52. <!-- /wp:column --></div>
  53. <!-- /wp:columns -->
  54. <!-- wp:columns {"align":"wide"} -->
  55. <div class="wp-block-columns alignwide"><!-- wp:column -->
  56. <div class="wp-block-column"></div>
  57. <!-- /wp:column -->
  58. <!-- wp:column -->
  59. <div class="wp-block-column"><!-- wp:latest-posts /--></div>
  60. <!-- /wp:column --></div>
  61. <!-- /wp:columns --></div>
  62. <!-- /wp:group -->',
  63. );