[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Right-aligned posts 4 * Slug: twentytwentyfive/template-query-loop-vertical-header-blog 5 * Inserter: no 6 * 7 * @package WordPress 8 * @subpackage Twenty_Twenty_Five 9 * @since Twenty Twenty-Five 1.0 10 */ 11 12 ?> 13 <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]}} --> 14 <div class="wp-block-query"> 15 <!-- wp:post-template --> 16 <!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} --> 17 <div class="wp-block-group"> 18 <!-- wp:post-title {"isLink":true,"fontSize":"xx-large"} /--> 19 <!-- wp:post-date {"fontSize":"small","isLink":true} /--> 20 </div> 21 <!-- /wp:group --> 22 <!-- wp:spacer {"height":"var:preset|spacing|40"} --> 23 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"></div> 24 <!-- /wp:spacer --> 25 <!-- wp:columns {"style":{"spacing":{"blockGap":{"left":"var:preset|spacing|50"}}}} --> 26 <div class="wp-block-columns"><!-- wp:column {"width":"70%"} --> 27 <div class="wp-block-column" style="flex-basis:70%"><!-- wp:post-excerpt {"moreText":"","showMoreOnNewLine":false} /--></div> 28 <!-- /wp:column --> 29 30 <!-- wp:column --> 31 <div class="wp-block-column"></div> 32 <!-- /wp:column --></div> 33 <!-- /wp:columns --> 34 <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9"} /--> 35 <!-- wp:spacer {"height":"var:preset|spacing|80"} --> 36 <div style="height:var(--wp--preset--spacing--80)" aria-hidden="true" class="wp-block-spacer"></div> 37 <!-- /wp:spacer --> 38 <!-- /wp:post-template --> 39 <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} --> 40 <!-- wp:query-pagination-previous /--> 41 <!-- wp:query-pagination-numbers /--> 42 <!-- wp:query-pagination-next /--> 43 <!-- /wp:query-pagination --> 44 45 <!-- wp:query-no-results --> 46 <!-- wp:paragraph --> 47 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 48 <!-- /wp:paragraph --> 49 <!-- /wp:query-no-results --> 50 </div> 51 <!-- /wp:query -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sun Nov 24 08:20:01 2024 | Cross-referenced by PHPXref |