[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Text-only blog, home 4 * Slug: twentytwentyfive/template-home-text-blog 5 * Template Types: front-page, home 6 * Viewport width: 1400 7 * Inserter: no 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Five 11 * @since Twenty Twenty-Five 1.0 12 */ 13 14 ?> 15 <!-- wp:template-part {"slug":"header"} /--> 16 17 <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} --> 18 <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60)"> 19 <!-- wp:heading {"level":1,"align":"wide","fontSize":"x-large"} --> 20 <h1 class="wp-block-heading alignwide has-x-large-font-size"><?php esc_html_e( 'Blog', 'twentytwentyfive' ); ?></h1> 21 <!-- /wp:heading --> 22 <!-- wp:spacer {"height":"var:preset|spacing|50"} --> 23 <div style="height:var(--wp--preset--spacing--50)" aria-hidden="true" class="wp-block-spacer"></div> 24 <!-- /wp:spacer --> 25 <!-- wp:pattern {"slug":"twentytwentyfive/template-query-loop-text-blog"} /--> 26 </main> 27 <!-- /wp:group --> 28 29 <!-- wp:template-part {"slug":"footer"} /-->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |