| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Project description 4 * Slug: twentytwentyfour/banner-project-description 5 * Categories: featured, banner, about, portfolio 6 * Viewport width: 1400 7 * Description: Project description section with title, paragraph, and an image. 8 * 9 * @package WordPress 10 * @subpackage Twenty_Twenty_Four 11 * @since Twenty Twenty-Four 1.0 12 */ 13 14 ?> 15 16 <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"accent-2","layout":{"type":"constrained"}} --> 17 <div class="wp-block-group alignfull has-accent-2-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> 18 <!-- wp:columns {"align":"wide"} --> 19 <div class="wp-block-columns alignwide"> 20 <!-- wp:column {"width":"40%"} --> 21 <div class="wp-block-column" style="flex-basis:40%"> 22 <!-- wp:paragraph {"style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} --> 23 <p><?php echo esc_html_x( 'Art Gallery — Overview', 'Sample title for a project or post', 'twentytwentyfour' ); ?></p> 24 <!-- /wp:paragraph --> 25 </div> 26 <!-- /wp:column --> 27 28 <!-- wp:column {"width":"60%"} --> 29 <div class="wp-block-column" style="flex-basis:60%"> 30 31 <!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"x-large","fontFamily":"heading"} --> 32 <p class="has-heading-font-family has-x-large-font-size" style="line-height:1.2"><?php echo esc_html_x( 'This transformative project seeks to enhance the gallery\'s infrastructure, accessibility, and exhibition spaces while preserving its rich cultural heritage.', 'Sample descriptive text for a project or post.', 'twentytwentyfour' ); ?></p> 33 <!-- /wp:paragraph --> 34 35 </div> 36 <!-- /wp:column --> 37 </div> 38 <!-- /wp:columns --> 39 40 <!-- wp:spacer {"height":"var:preset|spacing|40"} --> 41 <div style="height:var(--wp--preset--spacing--40)" aria-hidden="true" class="wp-block-spacer"> 42 </div> 43 <!-- /wp:spacer --> 44 45 <!-- wp:image {"align":"wide","sizeSlug":"large","linkDestination":"none","className":"is-style-rounded"} --> 46 <figure class="wp-block-image alignwide size-large is-style-rounded"> 47 <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/hotel-facade.webp" alt="<?php esc_attr_e( 'Hyatt Regency San Francisco, San Francisco, United States', 'twentytwentyfour' ); ?>" /> 48 </figure> 49 <!-- /wp:image --> 50 </div> 51 <!-- /wp:group -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Thu Jul 30 08:20:17 2026 | Cross-referenced by PHPXref |