Changeset 59891
- Timestamp:
- 02/28/2025 05:05:16 PM (8 weeks ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyfive
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/banner-intro-image.php
r59362 r59891 40 40 <!-- wp:button --> 41 41 <div class="wp-block-button"> 42 <a class="wp-block-button__link wp-element-button"><?php e cho esc_html_x( 'Learn More', 'Button text of intro section.', 'twentytwentyfive' ); ?></a>42 <a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a> 43 43 </div> 44 44 <!-- /wp:button --> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/header-centered.php
r59233 r59891 1 1 <?php 2 2 /** 3 * Title: Centered header3 * Title: Centered site header 4 4 * Slug: twentytwentyfive/header-centered 5 5 * Categories: header 6 6 * Block Types: core/template-part/header 7 * Description: Header with centered site title and navigation.7 * Description: Site header with centered site title and navigation. 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwentyfive/patterns/header-columns.php
r59233 r59891 5 5 * Categories: header 6 6 * Block Types: core/template-part/header 7 * Description: Header with site title and navigation in columns.7 * Description: Site header with site title and navigation in columns. 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwentyfive/patterns/header-large-title.php
r59233 r59891 5 5 * Categories: header 6 6 * Block Types: core/template-part/header 7 * Description: Header with large site title and right-aligned navigation.7 * Description: Site header with large site title and right-aligned navigation. 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwentyfive/patterns/header.php
r59233 r59891 5 5 * Categories: header 6 6 * Block Types: core/template-part/header 7 * Description: Header with site title and navigation.7 * Description: Site header with site title and navigation. 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwentyfive/patterns/hero-full-width-image.php
r59362 r59891 31 31 <div class="wp-block-buttons"> 32 32 <!-- wp:button --> 33 <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php e cho esc_html_x( 'Learn More', 'Sample hero button', 'twentytwentyfive' ); ?></a></div>33 <div class="wp-block-button"><a class="wp-block-button__link wp-element-button"><?php esc_html_e( 'Learn more', 'twentytwentyfive' ); ?></a></div> 34 34 <!-- /wp:button --> 35 35 </div> -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-404-vertical-header-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Right-aligned blog,4043 * Title: Right-aligned 404 4 4 * Slug: twentytwentyfive/template-404-vertical-header-blog 5 5 * Template Types: 404 -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-archive-text-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Text -only blog,archive3 * Title: Text blog archive 4 4 * Slug: twentytwentyfive/template-archive-text-blog 5 5 * Template Types: archive -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-archive-vertical-header-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Archive for the right-aligned blog3 * Title: Right-aligned archive 4 4 * Slug: twentytwentyfive/template-archive-vertical-header-blog 5 5 * Template Types: archive -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-text-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Text -only blog,home3 * Title: Text blog home 4 4 * Slug: twentytwentyfive/template-home-text-blog 5 5 * Template Types: front-page, home -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-home-vertical-header-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Homepage for right-aligned blog3 * Title: Right-aligned home 4 4 * Slug: twentytwentyfive/template-home-vertical-header-blog 5 5 * Template Types: front-page, index, home -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-page-vertical-header-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Page template for the right-aligned blog3 * Title: Right-aligned page 4 4 * Slug: twentytwentyfive/template-page-vertical-header-blog 5 5 * Template Types: page -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-text-blog.php
r59191 r59891 1 1 <?php 2 2 /** 3 * Title: Text -only blog, posts3 * Title: Text blog query loop 4 4 * Slug: twentytwentyfive/template-query-loop-text-blog 5 5 * Inserter: no -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop-vertical-header-blog.php
r59348 r59891 1 1 <?php 2 2 /** 3 * Title: Right-aligned posts3 * Title: Right-aligned query loop 4 4 * Slug: twentytwentyfive/template-query-loop-vertical-header-blog 5 5 * Inserter: no -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-search-text-blog.php
r59146 r59891 1 1 <?php 2 2 /** 3 * Title: Text -only blog, search3 * Title: Text blog search results 4 4 * Slug: twentytwentyfive/template-search-text-blog 5 5 * Template Types: search -
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-text-blog.php
r59191 r59891 1 1 <?php 2 2 /** 3 * Title: Text -only blog,single post3 * Title: Text blog single post 4 4 * Slug: twentytwentyfive/template-single-text-blog 5 5 * Template Types: posts, single -
trunk/src/wp-content/themes/twentytwentyfive/patterns/vertical-header.php
r59269 r59891 1 1 <?php 2 2 /** 3 * Title: Vertical header3 * Title: Vertical site header 4 4 * Slug: twentytwentyfive/vertical-header 5 5 * Categories: header 6 6 * Block Types: core/template-part/vertical-header 7 * Description: Vertical Header with site title and navigation7 * Description: Vertical site header with site title and navigation. 8 8 * Viewport width: 300 9 9 * -
trunk/src/wp-content/themes/twentytwentyfive/theme.json
r59448 r59891 695 695 "area": "header", 696 696 "name": "vertical-header", 697 "title": "Vertical Header"697 "title": "Vertical site header" 698 698 }, 699 699 {
Note: See TracChangeset
for help on using the changeset viewer.