Changeset 59269 for trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php
- Timestamp:
- 10/22/2024 01:41:10 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-single-photo-blog.php
r59191 r59269 40 40 <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","layout":{"type":"constrained"}} --> 41 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 a tuhor name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph -->42 <!-- wp:paragraph --><p><?php echo esc_html_x( 'Posted by', 'Prefix before the author name. The post author name is displayed in a separate block on the next line.', 'twentytwentyfive' ); ?></p><!-- /wp:paragraph --> 43 43 <!-- wp:post-author-name {"isLink":true} /--> 44 44 </div> … … 85 85 </div> 86 86 <!-- /wp:group --> 87 <!-- wp:columns {"align":"wide"} --> 88 <div class="wp-block-columns alignwide"> 89 <!-- wp:column {"width":"66.66%"} --> 90 <div class="wp-block-column" style="flex-basis:66.66%"> 91 <!-- wp:post-content {"align":"full","layout":{"type":"default"}} /--> 92 </div> 93 <!-- /wp:column --> 94 <!-- wp:column {"width":"33.33%"} --> 95 <div class="wp-block-column" style="flex-basis:33.33%"></div> 96 <!-- /wp:column --> 97 </div> 98 <!-- /wp:columns --> 87 88 <!-- wp:post-content {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} /--> 89 99 90 <!-- wp:group {"align":"wide","layout":{"type":"constrained","justifyContent":"left"}} --> 100 91 <div class="wp-block-group alignwide">
Note: See TracChangeset
for help on using the changeset viewer.