XYZ File Manager
Current Path:
/var/www/wordpress/wp-content/themes/twentytwentytwo/inc/patterns
var
/
www
/
wordpress
/
wp-content
/
themes
/
twentytwentytwo
/
inc
/
patterns
/
📁
..
📄
footer-about-title-logo.php
(1.78 KB)
📄
footer-blog.php
(2.69 KB)
📄
footer-dark.php
(1.41 KB)
📄
footer-default.php
(1 KB)
📄
footer-logo.php
(1.03 KB)
📄
footer-navigation-copyright.php
(1.21 KB)
📄
footer-navigation.php
(1.16 KB)
📄
footer-query-images-title-citation.php
(2.29 KB)
📄
footer-query-title-citation.php
(2.13 KB)
📄
footer-social-copyright.php
(1.53 KB)
📄
footer-title-tagline-social.php
(1.77 KB)
📄
general-divider-dark.php
(908 B)
📄
general-divider-light.php
(914 B)
📄
general-featured-posts.php
(1.11 KB)
📄
general-image-with-caption.php
(1.57 KB)
📄
general-large-list-names.php
(2.37 KB)
📄
general-layered-images-with-duotone.php
(1.49 KB)
📄
general-list-events.php
(7.9 KB)
📄
general-pricing-table.php
(4.98 KB)
📄
general-subscribe.php
(1.45 KB)
📄
general-two-images-text.php
(2.68 KB)
📄
general-video-header-details.php
(2.68 KB)
📄
general-video-trailer.php
(1.65 KB)
📄
general-wide-image-intro-buttons.php
(2.4 KB)
📄
header-centered-logo-black-background.php
(1.3 KB)
📄
header-centered-logo.php
(1.82 KB)
📄
header-centered-title-navigation-social.php
(2.18 KB)
📄
header-default.php
(1.25 KB)
📄
header-image-background-overlay.php
(2.32 KB)
📄
header-image-background.php
(2.36 KB)
📄
header-large-dark.php
(2.74 KB)
📄
header-logo-navigation-gray-background.php
(1.4 KB)
📄
header-logo-navigation-offset-tagline.php
(1.71 KB)
📄
header-logo-navigation-social-black-background.php
(1.89 KB)
📄
header-small-dark.php
(2.31 KB)
📄
header-stacked.php
(1.45 KB)
📄
header-text-only-green-background.php
(1.58 KB)
📄
header-text-only-salmon-background.php
(1.41 KB)
📄
header-text-only-with-tagline-black-background.php
(1.72 KB)
📄
header-title-and-button.php
(1.19 KB)
📄
header-title-navigation-social.php
(1.52 KB)
📄
header-with-tagline.php
(1.55 KB)
📄
hidden-404.php
(993 B)
📄
hidden-bird.php
(674 B)
📄
hidden-heading-and-bird.php
(1.39 KB)
📄
page-about-large-image-and-buttons.php
(4.3 KB)
📄
page-about-links-dark.php
(3.59 KB)
📄
page-about-links.php
(4.22 KB)
📄
page-about-media-left.php
(2.97 KB)
📄
page-about-media-right.php
(2.85 KB)
📄
page-about-simple-dark.php
(3.26 KB)
📄
page-about-solid-color.php
(2.72 KB)
📄
page-layout-image-and-text.php
(2.74 KB)
📄
page-layout-image-text-and-video.php
(3.91 KB)
📄
page-layout-two-columns.php
(3.93 KB)
📄
page-sidebar-blog-posts-right.php
(5.08 KB)
📄
page-sidebar-blog-posts.php
(4.44 KB)
📄
page-sidebar-grid-posts.php
(4.09 KB)
📄
page-sidebar-poster.php
(3.35 KB)
📄
query-default.php
(2.27 KB)
📄
query-grid.php
(1.36 KB)
📄
query-image-grid.php
(1.87 KB)
📄
query-irregular-grid.php
(8.35 KB)
📄
query-large-titles.php
(1.33 KB)
📄
query-simple-blog.php
(1.84 KB)
📄
query-text-grid.php
(1.29 KB)
Editing: hidden-heading-and-bird.php
<?php /** * Heading and bird image * * This pattern is used only for translation * and to reference a dynamic image URL. It does * not appear in the inserter. */ return array( 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 'inserter' => false, 'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","bottom":"0px"}}},"layout":{"inherit":true}} --> <div class="wp-block-group alignfull" style="padding-top:0px;padding-bottom:0px;"><!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem))","lineHeight":"1.15"}}} --> <h2 class="alignwide" style="font-size:var(--wp--custom--typography--font-size--colossal, clamp(3.25rem, 8vw, 6.25rem));line-height:1.15">' . wp_kses_post( __( '<em>The Hatchery</em>: a blog about my adventures in bird watching', 'twentytwentytwo' ) ) . '</h2> <!-- /wp:heading --></div> <!-- /wp:group --> <!-- wp:image {"align":"full","width":2400,"height":1020,"sizeSlug":"full","linkDestination":"none"} --> <figure class="wp-block-image alignfull size-full is-resized"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/flight-path-on-transparent-c.png" alt="' . esc_attr__( 'Illustration of a bird flying.', 'twentytwentytwo' ) . '" width="2400" height="1020"/></figure> <!-- /wp:image -->', );
Upload File
Create Folder