Changeset 57037 for branches/6.4
- Timestamp:
- 10/31/2023 06:51:35 PM (12 months ago)
- Location:
- branches/6.4
- Files:
-
- 7 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentytwentyfour/functions.php
r57005 r57037 33 33 array( 34 34 'handle' => 'twentytwentyfour-button-style-outline', 35 'src' => get_ theme_file_uri( 'assets/css/button-outline.css' ),36 'ver' => wp_get_theme( )->get( 'Version' ),37 'path' => get_ theme_file_path( 'assets/css/button-outline.css' ),35 'src' => get_parent_theme_file_uri( 'assets/css/button-outline.css' ), 36 'ver' => wp_get_theme( get_template() )->get( 'Version' ), 37 'path' => get_parent_theme_file_path( 'assets/css/button-outline.css' ), 38 38 ) 39 39 ); … … 46 46 /* 47 47 * Styles for the custom Arrow icon style of the Details block 48 * https://github.com/WordPress/twentytwentyfour/issues/4649 48 */ 50 49 'inline_style' => ' -
branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php
r56951 r57037 23 23 <!-- wp:column {"width":"60%"} --> 24 24 <div class="wp-block-column" style="flex-basis:60%"> 25 <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit": false}} -->25 <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true}} --> 26 26 <div class="wp-block-query"> 27 27 <!-- wp:post-template --> -
branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php
r56951 r57037 2 2 /** 3 3 * Title: Business home 4 * Slug: twentytwentyfour/ home-business4 * Slug: twentytwentyfour/page-home-business 5 5 * Categories: page 6 6 * Keywords: starter … … 15 15 <!-- wp:pattern {"slug":"twentytwentyfour/text-alternating-images"} /--> 16 16 <!-- wp:pattern {"slug":"twentytwentyfour/testimonial-centered"} /--> 17 <!-- wp:pattern {"slug":"twentytwentyfour/posts- grid-2-col"} /-->17 <!-- wp:pattern {"slug":"twentytwentyfour/posts-list"} /--> 18 18 <!-- wp:pattern {"slug":"twentytwentyfour/cta-subscribe-centered"} /--> -
branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/template-home-business.php
r56951 r57037 2 2 /** 3 3 * Title: Business home template 4 * Slug: twentytwentyfour/template-home 5 * Template Types: front-page, index,home4 * Slug: twentytwentyfour/template-home-business 5 * Template Types: front-page, home 6 6 * Viewport width: 1400 7 7 * Inserter: no … … 13 13 <!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} --> 14 14 <main class="wp-block-group" style="margin-top:0"> 15 <!-- wp:pattern {"slug":"twentytwentyfour/ home-business"} /-->15 <!-- wp:pattern {"slug":"twentytwentyfour/page-home-business"} /--> 16 16 </main> 17 17 <!-- /wp:group --> -
branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php
r56951 r57037 3 3 * Title: Portfolio home template with post featured images 4 4 * Slug: twentytwentyfour/template-home-portfolio 5 * Template Types: front-page, index,home5 * Template Types: front-page, home 6 6 * Viewport width: 1400 7 7 * Inserter: no -
branches/6.4/src/wp-content/themes/twentytwentyfour/templates/home.html
r56764 r57037 1 <!-- wp:pattern {"slug":"twentytwentyfour/template-home "} /-->1 <!-- wp:pattern {"slug":"twentytwentyfour/template-home-business"} /-->
Note: See TracChangeset
for help on using the changeset viewer.