- Timestamp:
- 10/29/2024 12:00:46 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/hidden-written-by.php
r59191 r59314 11 11 12 12 ?> 13 <!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":" nowrap"}} -->13 <!-- wp:group {"style":{"spacing":{"blockGap":"0.2em","margin":{"bottom":"var:preset|spacing|60"}}},"textColor":"accent-4","fontSize":"small","layout":{"type":"flex","flexWrap":"wrap"}} --> 14 14 <div class="wp-block-group has-accent-4-color has-text-color has-link-color has-small-font-size" style="margin-bottom:var(--wp--preset--spacing--60)"> 15 15 <!-- wp:paragraph --> 16 16 <p><?php esc_html_e( 'Written by ', 'twentytwentyfive' ); ?></p> 17 17 <!-- /wp:paragraph --> 18 <!-- wp:post-author-name {"isLink":true ,"style":{"typography":{"textDecoration":"underline"}}} /-->18 <!-- wp:post-author-name {"isLink":true} /--> 19 19 <!-- wp:paragraph --> 20 20 <p><?php esc_html_e( 'in', 'twentytwentyfive' ); ?></p> 21 21 <!-- /wp:paragraph --> 22 <!-- wp:post-terms {"term":"category","style":{"typography":{"fontWeight":"300" ,"textDecoration":"underline"}}} /-->22 <!-- wp:post-terms {"term":"category","style":{"typography":{"fontWeight":"300"}}} /--> 23 23 </div> 24 24 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.