diff options
Diffstat (limited to 'wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php')
-rw-r--r-- | wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php index ea80594..f5c769a 100644 --- a/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php +++ b/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php @@ -4,7 +4,7 @@ */ return array( 'title' => __( 'About page with media on the left', 'twentytwentytwo' ), - 'categories' => array( 'pages' ), + 'categories' => array( 'twentytwentytwo_pages' ), 'content' => '<!-- wp:media-text {"align":"full","mediaType":"image","imageFill":true,"focalPoint":{"x":"0.63","y":"0.16"},"backgroundColor":"foreground","className":"alignfull is-image-fill has-background-color has-text-color has-background has-link-color"} --> <div class="wp-block-media-text alignfull is-stacked-on-mobile is-image-fill has-background-color has-text-color has-background has-link-color has-foreground-background-color has-background"><figure class="wp-block-media-text__media" style="background-image:url(' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg);background-position:63% 16%"><img src="' . esc_url( get_template_directory_uri() ) . '/assets/images/bird-on-salmon.jpg" alt="' . esc_attr__( 'Image of a bird on a branch', 'twentytwentytwo' ) . '"/></figure><div class="wp-block-media-text__content"><!-- wp:spacer {"height":32} --> <div style="height:32px" aria-hidden="true" class="wp-block-spacer"></div> |