| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Featured posts block pattern 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_Two 7 * @since Twenty Twenty-Two 1.0 8 */ 9 10 return array( 11 'title' => __( 'Featured posts', 'twentytwentytwo' ), 12 'categories' => array( 'featured', 'query' ), 13 'content' => '<!-- wp:group {"align":"wide","layout":{"inherit":false}} --> 14 <div class="wp-block-group alignwide"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> 15 <p style="text-transform:uppercase">' . esc_html__( 'Latest posts', 'twentytwentytwo' ) . '</p> 16 <!-- /wp:paragraph --> 17 18 <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"flex","columns":3}} --> 19 <div class="wp-block-query"><!-- wp:post-template --> 20 <!-- wp:post-featured-image {"isLink":true,"width":"","height":"310px"} /--> 21 22 <!-- wp:post-title {"isLink":true,"fontSize":"large"} /--> 23 24 <!-- wp:post-excerpt /--> 25 26 <!-- wp:post-date {"fontSize":"small"} /--> 27 <!-- /wp:post-template --></div> 28 <!-- /wp:query --></div> 29 <!-- /wp:group -->', 30 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Sat Aug 8 08:20:21 2026 | Cross-referenced by PHPXref |