sidebar-blogging.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. /**
  3. * Title: Blogging sidebar
  4. * Slug: stewart/sidebar-blogging
  5. * Categories: sidebar
  6. */
  7. ?>
  8. <!-- wp:group {"fontSize":"small"} -->
  9. <div class="wp-block-group has-small-font-size"><!-- wp:separator {"className":"is-style-wide"} -->
  10. <hr class="wp-block-separator is-style-wide"/>
  11. <!-- /wp:separator -->
  12. <!-- wp:heading {"fontSize":"small"} -->
  13. <h2 class="has-small-font-size">
  14. <?php
  15. echo esc_html__( 'Start here', 'stewart' );
  16. ?>
  17. </h2>
  18. <!-- /wp:heading -->
  19. <!-- wp:query {"query":{"perPage":5,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"only","inherit":false}} -->
  20. <div class="wp-block-query"><!-- wp:post-template -->
  21. <!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
  22. <!-- /wp:post-template --></div>
  23. <!-- /wp:query -->
  24. <!-- wp:separator {"className":"is-style-wide"} -->
  25. <hr class="wp-block-separator is-style-wide"/>
  26. <!-- /wp:separator -->
  27. <!-- wp:heading {"fontSize":"small"} -->
  28. <h2 class="has-small-font-size">
  29. <?php
  30. echo esc_html__( 'Archives', 'stewart' );
  31. ?>
  32. </h2>
  33. <!-- /wp:heading -->
  34. <!-- wp:archives /-->
  35. <!-- wp:separator {"className":"is-style-wide"} -->
  36. <hr class="wp-block-separator is-style-wide"/>
  37. <!-- /wp:separator -->
  38. <!-- wp:heading {"fontSize":"small"} -->
  39. <h2 class="has-small-font-size">
  40. <?php
  41. echo esc_html__( 'Latest Comments', 'stewart' );
  42. ?>
  43. </h2>
  44. <!-- /wp:heading -->
  45. <!-- wp:latest-comments {"displayAvatar":false,"displayDate":false,"displayExcerpt":false} /-->
  46. <!-- wp:separator {"className":"is-style-wide"} -->
  47. <hr class="wp-block-separator is-style-wide"/>
  48. <!-- /wp:separator --></div>
  49. <!-- /wp:group -->
  50. <!-- wp:spacer {"height":"80px"} -->
  51. <div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>
  52. <!-- /wp:spacer -->