- Timestamp:
- 10/14/2024 09:56:32 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/format-link.php
r59191 r59233 3 3 * Title: Link format 4 4 * Slug: twentytwentyfive/format-link 5 * Categories: twentytwentyfive_post-format , featured5 * Categories: twentytwentyfive_post-format 6 6 * Description: A link post format with a description and an emphasized link for key content. 7 7 * … … 18 18 <!-- /wp:paragraph --> 19 19 20 <!-- wp:group {" style":{"elements":{"link":{"color":{"text":"var:preset|color|accent-4"}}}},"textColor":"accent-4","fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->21 <div class="wp-block-group has- accent-4-color has-text-color has-link-color has-medium-font-size">20 <!-- wp:group {"fontSize":"medium","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} --> 21 <div class="wp-block-group has-medium-font-size"> 22 22 <!-- wp:paragraph --> 23 23 <p><a href="#"><?php esc_html_e( 'https://example.com', 'twentytwentyfive' ); ?></a></p>
Note: See TracChangeset
for help on using the changeset viewer.