hidden-post-list.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Title: Post List
  4. * Slug: lowfi/hidden-post-list
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true}} -->
  10. <div class="wp-block-query">
  11. <!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|80"}},"layout":{"type":"default"}} -->
  12. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  13. <div class="wp-block-group">
  14. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  15. <div class="wp-block-group">
  16. <!-- wp:post-date /-->
  17. <!-- wp:post-title {"isLink":true} /-->
  18. </div>
  19. <!-- /wp:group -->
  20. <!-- wp:post-excerpt {"moreText":"Read more","showMoreOnNewLine":false} /-->
  21. </div>
  22. <!-- /wp:group -->
  23. <!-- /wp:post-template -->
  24. <!-- wp:query-no-results -->
  25. <!-- wp:paragraph -->
  26. <p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'lowfi' ); ?></p>
  27. <!-- /wp:paragraph -->
  28. <!-- /wp:query-no-results -->
  29. <!-- wp:query-pagination {"paginationArrow":"arrow","align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
  30. <!-- wp:query-pagination-previous /-->
  31. <!-- wp:query-pagination-next /-->
  32. <!-- /wp:query-pagination -->
  33. </div>
  34. <!-- /wp:query -->