Changeset 223033 for twentytwentyfour
- Timestamp:
- 04/02/2024 08:12:29 PM (20 months ago)
- Location:
- twentytwentyfour/1.1
- Files:
-
- 17 edited
- 1 copied
-
. (copied) (copied from twentytwentyfour/1.0)
-
functions.php (modified) (1 diff)
-
parts/header.html (modified) (1 diff)
-
patterns/footer.php (modified) (3 diffs)
-
patterns/hidden-portfolio-hero.php (modified) (1 diff)
-
patterns/page-about-business.php (modified) (1 diff)
-
patterns/page-home-blogging.php (modified) (1 diff)
-
patterns/page-home-business.php (modified) (1 diff)
-
patterns/page-home-portfolio-gallery.php (modified) (1 diff)
-
patterns/page-home-portfolio.php (modified) (1 diff)
-
patterns/page-newsletter-landing.php (modified) (1 diff)
-
patterns/page-portfolio-overview.php (modified) (1 diff)
-
patterns/page-rsvp-landing.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
screenshot.png (modified) (previous)
-
style.css (modified) (1 diff)
-
styles/ember.json (modified) (2 diffs)
-
theme.json (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twentytwentyfour/1.1/functions.php
r207544 r223033 195 195 196 196 register_block_pattern_category( 197 ' page',198 array( 199 'label' => _x( 'Pages', 'Block pattern category' ),200 'description' => __( 'A collection of full page layouts.' ),197 'twentytwentyfour_page', 198 array( 199 'label' => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ), 200 'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ), 201 201 ) 202 202 ); -
twentytwentyfour/1.1/parts/header.html
r207544 r223033 16 16 <!-- /wp:group --> 17 17 18 <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /--> 18 <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"left"}} --> 19 <div class="wp-block-group"> 20 <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /--> 21 </div> 22 <!-- /wp:group --> 19 23 </div> 20 24 <!-- /wp:group --> -
twentytwentyfour/1.1/patterns/footer.php
r207544 r223033 46 46 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'About', 'twentytwentyfour' ); ?>"} --> 47 47 48 <!-- wp:navigation-link {"label":" Team","url":"#"} /-->49 <!-- wp:navigation-link {"label":" History","url":"#"} /-->50 <!-- wp:navigation-link {"label":" Careers","url":"#"} /-->48 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Team', 'twentytwentyfour' ); ?>","url":"#"} /--> 49 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'History', 'twentytwentyfour' ); ?>","url":"#"} /--> 50 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Careers', 'twentytwentyfour' ); ?>","url":"#"} /--> 51 51 52 52 <!-- /wp:navigation --> … … 69 69 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Privacy', 'twentytwentyfour' ); ?>"} --> 70 70 71 <!-- wp:navigation-link {"label":" Privacy Policy","url":"#"} /-->72 <!-- wp:navigation-link {"label":" Terms and Conditions","url":"#"} /-->73 <!-- wp:navigation-link {"label":" Contact Us","url":"#"} /-->71 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Privacy Policy', 'twentytwentyfour' ); ?>","url":"#"} /--> 72 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Terms and Conditions', 'twentytwentyfour' ); ?>","url":"#"} /--> 73 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Contact Us', 'twentytwentyfour' ); ?>","url":"#"} /--> 74 74 75 75 <!-- /wp:navigation --> … … 91 91 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Social Media', 'twentytwentyfour' ); ?>"} --> 92 92 93 <!-- wp:navigation-link {"label":" Facebook","url":"#"} /-->94 <!-- wp:navigation-link {"label":" Instagram","url":"#"} /-->95 <!-- wp:navigation-link {"label":" Twitter/X","url":"#"} /-->93 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Facebook', 'twentytwentyfour' ); ?>","url":"#"} /--> 94 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Instagram', 'twentytwentyfour' ); ?>","url":"#"} /--> 95 <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Twitter/X', 'twentytwentyfour' ); ?>","url":"#"} /--> 96 96 97 97 <!-- /wp:navigation --> -
twentytwentyfour/1.1/patterns/hidden-portfolio-hero.php
r207544 r223033 14 14 <div class="wp-block-group alignwide"> 15 15 <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} --> 16 <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.' ) ); ?></h1>16 <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour' ) ); ?></h1> 17 17 <!-- /wp:heading --> 18 18 </div> -
twentytwentyfour/1.1/patterns/page-about-business.php
r207544 r223033 3 3 * Title: About 4 4 * Slug: twentytwentyfour/page-about-business 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-home-blogging.php
r207544 r223033 3 3 * Title: Blogging home 4 4 * Slug: twentytwentyfour/page-home-blogging 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: page, starter 7 7 * Post Types: page, wp_template -
twentytwentyfour/1.1/patterns/page-home-business.php
r207544 r223033 3 3 * Title: Business home 4 4 * Slug: twentytwentyfour/page-home-business 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-home-portfolio-gallery.php
r207544 r223033 3 3 * Title: Portfolio home image gallery 4 4 * Slug: twentytwentyfour/page-home-gallery 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-home-portfolio.php
r207544 r223033 3 3 * Title: Portfolio home with post featured images 4 4 * Slug: twentytwentyfour/page-home-portfolio 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-newsletter-landing.php
r207544 r223033 3 3 * Title: Newsletter landing 4 4 * Slug: twentytwentyfour/page-newsletter-landing 5 * Categories: call-to-action, page, featured5 * Categories: call-to-action, twentytwentyfour_page, featured 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-portfolio-overview.php
r207544 r223033 3 3 * Title: Portfolio project overview 4 4 * Slug: twentytwentyfour/page-portfolio-overview 5 * Categories: page, featured5 * Categories: twentytwentyfour_page, featured 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/patterns/page-rsvp-landing.php
r207544 r223033 3 3 * Title: RSVP landing 4 4 * Slug: twentytwentyfour/page-rsvp-landing 5 * Categories: page5 * Categories: twentytwentyfour_page 6 6 * Keywords: starter 7 7 * Block Types: core/post-content -
twentytwentyfour/1.1/readme.txt
r207544 r223033 2 2 Contributors: wordpressdotorg 3 3 Requires at least: 6.4 4 Tested up to: 6. 44 Tested up to: 6.5 5 5 Requires PHP: 7.0 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 == Changelog == 15 16 = 1.1 = 17 * Released: April 2, 2024 18 19 https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.1 15 20 16 21 = 1.0 = … … 34 39 GNU General Public License for more details. 35 40 41 42 This theme bundles the following third-party resources: 43 44 === Fonts === 45 46 Cardo Font 47 Copyright (c) 2002-2011, David J. Perry (hospes02@scholarsfonts.net) 48 License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 49 Source: http://scholarsfonts.net 50 51 Instrument Sans Font 52 Copyright 2022 The Instrument Sans Project Authors. 53 License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 54 Source: https://github.com/Instrument/instrument-sans 55 56 Inter Font 57 Copyright 2020 The Inter Project Authors. 58 License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 59 Source: https://github.com/rsms/inter 60 61 Jost Font 62 Copyright 2020 The Jost Project Authors. 63 License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1 64 Source: https://github.com/indestructible-type/Jost 65 36 66 === Images === 67 37 68 License: CC0 https://creativecommons.org/publicdomain/zero/1.0/ 38 69 -
twentytwentyfour/1.1/style.css
r207544 r223033 6 6 Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4. 7 7 Requires at least: 6.4 8 Tested up to: 6. 48 Tested up to: 6.5 9 9 Requires PHP: 7.0 10 Version: 1. 010 Version: 1.1 11 11 License: GNU General Public License v2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
twentytwentyfour/1.1/styles/ember.json
r207544 r223033 8 8 { 9 9 "colors": [ 10 "# FF3C00",11 "#F 4F0E6"10 "#D73301", 11 "#F9F8F5" 12 12 ], 13 13 "slug": "duotone-2", … … 79 79 "palette": [ 80 80 { 81 "color": "#F 4F0E6",81 "color": "#F9F8F5", 82 82 "name": "Base", 83 83 "slug": "base" 84 84 }, 85 85 { 86 "color": "# FF3C00",86 "color": "#D73301", 87 87 "name": "Contrast / 2", 88 88 "slug": "contrast-2" -
twentytwentyfour/1.1/theme.json
r207544 r223033 248 248 "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", 249 249 "name": "System Serif", 250 "slug": "system- Serif"250 "slug": "system-serif" 251 251 } 252 252 ], … … 796 796 "outline": { 797 797 "color": "var(--wp--preset--color--contrast)", 798 "offset": "2px", 799 "style": "dotted", 800 "width": "1px" 798 "offset": "2px" 801 799 }, 802 800 "border": { … … 909 907 "fontWeight": "400", 910 908 "lineHeight": "1.55" 911 } 909 }, 910 "css": ":where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}" 912 911 }, 913 912 "templateParts": [ … … 942 941 "name": "page-with-sidebar", 943 942 "postTypes": ["page"], 944 "title": "Page With Sidebar"943 "title": "Page with Sidebar" 945 944 }, 946 945 { 947 946 "name": "page-wide", 948 947 "postTypes": ["page"], 949 "title": "Page with wide Image"948 "title": "Page with Wide Image" 950 949 }, 951 950 {
Note: See TracChangeset
for help on using the changeset viewer.