Changeset 56951 for trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php
- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php
r56950 r56951 1 1 <?php 2 2 /** 3 * Title: Footer w riter4 * Slug: twentytwentyfour/footer- writer3 * Title: Footer with centered logo and navigation 4 * Slug: twentytwentyfour/footer-centered-logo-nav 5 5 * Categories: footer 6 6 * Block Types: core/template-part/footer … … 11 11 <div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50)"> 12 12 13 <!-- wp:site-logo /-->13 <!-- wp:site-logo /--> 14 14 15 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","justifyContent":"center"},"fontSize":"small"} /-->15 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","justifyContent":"center"},"fontSize":"small"} /--> 16 16 17 <!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"secondary","fontSize":"small"} -->18 <p class="has-text-align-center has-secondary-color has-text-color has-link-color has-small-font-size">17 <!-- wp:paragraph {"align":"center","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"secondary","fontSize":"small"} --> 18 <p class="has-text-align-center has-secondary-color has-text-color has-link-color has-small-font-size"> 19 19 <?php 20 20 /* Translators: WordPress link. */ 21 21 $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'twentytwentyfour' ) ) . '" rel="nofollow">WordPress</a>'; 22 22 echo sprintf( … … 26 26 ); 27 27 ?> 28 </p> 29 <!-- /wp:paragraph --></div> 28 </p> 29 <!-- /wp:paragraph --> 30 </div> 30 31 <!-- /wp:group -->
Note: See TracChangeset
for help on using the changeset viewer.