Changeset 59191 for trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php
- Timestamp:
- 10/07/2024 06:07:57 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php
r59146 r59191 32 32 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","orientation":"vertical"}} --> 33 33 <div class="wp-block-group"> 34 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"constrained"}} --> 35 <div class="wp-block-group"> 36 <!-- wp:paragraph {"fontSize":"small"} --> 37 <p class="has-small-font-size"><?php esc_html_e( 'Published on', 'twentytwentyfive' ); ?></p> 38 <!-- /wp:paragraph --> 39 <!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"small"} /--></div> 34 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"constrained"}} --> 35 <div class="wp-block-group has-small-font-size"> 36 <!-- wp:paragraph --><p><?php echo esc_html_x( 'Published on', 'Prefix before the post date block.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph --> 37 <!-- wp:post-date {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast"} /--> 38 </div> 40 39 <!-- /wp:group --> 41 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"constrained"}} --> 42 <div class="wp-block-group"> 43 <!-- wp:paragraph {"fontSize":"small"} --> 44 <p class="has-small-font-size"><?php esc_html_e( 'Posted by', 'twentytwentyfive' ); ?></p> 45 <!-- /wp:paragraph --> 46 <!-- wp:post-author-name {"isLink":true,"fontSize":"small"} /--> 40 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"constrained"}} --> 41 <div class="wp-block-group has-small-font-size"> 42 <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post atuhor name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph --> 43 <!-- wp:post-author-name {"isLink":true} /--> 47 44 </div> 48 45 <!-- /wp:group --> … … 54 51 <div class="wp-block-group"> 55 52 <!-- wp:paragraph {"fontSize":"small"} --> 56 <p class="has-small-font-size"><?php echo esc_html_x( 'Categories:', 'Prefix before one or more categories. Categories: category name', 'twentytwentyfive' ); ?></p>53 <p class="has-small-font-size"><?php echo esc_html_x( 'Categories:', 'Prefix before one or more categories. The categories are displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p> 57 54 <!-- /wp:paragraph --> 58 55 <!-- wp:post-terms {"term":"category","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> … … 62 59 <div class="wp-block-group"> 63 60 <!-- wp:paragraph {"fontSize":"small"} --> 64 <p class="has-small-font-size"><?php echo esc_html_x( 'Tagged:', 'Prefix before one or more tags. T agged: tag name', 'twentytwentyfive' ); ?></p>61 <p class="has-small-font-size"><?php echo esc_html_x( 'Tagged:', 'Prefix before one or more tags. The tags are displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p> 65 62 <!-- /wp:paragraph --> 66 63 <!-- wp:post-terms {"term":"post_tag","style":{"typography":{"fontStyle":"normal","fontWeight":"300"}}} /--> … … 77 74 <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"0"}}},"layout":{"type":"default"}} --> 78 75 <div class="wp-block-group alignwide" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:0"> 79 <!-- wp:group {"ariaLabel":"<?php esc_attr_e( 'Post snavigation', 'twentytwentyfive' ); ?>","tagName":"nav","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->80 <nav aria-label="<?php esc_attr_e( 'Post snavigation', 'twentytwentyfive' ); ?>" class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">81 <!-- wp:post-navigation-link {"type":"previous","label":" Previous Photo","fontSize":"small"} /-->82 <!-- wp:post-navigation-link {"label":" Next Photo","fontSize":"small"} /-->76 <!-- wp:group {"ariaLabel":"<?php esc_attr_e( 'Post navigation', 'twentytwentyfive' ); ?>","tagName":"nav","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> 77 <nav aria-label="<?php esc_attr_e( 'Post navigation', 'twentytwentyfive' ); ?>" class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> 78 <!-- wp:post-navigation-link {"type":"previous","label":"<?php esc_html_e( 'Previous Photo', 'twentytwentyfive' ); ?>","fontSize":"small"} /--> 79 <!-- wp:post-navigation-link {"label":"<?php esc_html_e( 'Next Photo', 'twentytwentyfive' ); ?>","fontSize":"small"} /--> 83 80 </nav> 84 81 <!-- /wp:group --> … … 101 98 <!-- /wp:columns --> 102 99 <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} --> 103 <div class="wp-block-group alignwide"> 100 <div class="wp-block-group alignwide"> 104 101 <!-- wp:pattern {"slug":"twentytwentyfive/comments"} /--> 105 102 </div>
Note: See TracChangeset
for help on using the changeset viewer.