Changeset 13775 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/archive-courses-content.php
- Timestamp:
- 06/04/2024 11:39:41 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2024/patterns/archive-courses-content.php
r13761 r13775 11 11 <div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--50)"> 12 12 13 <!-- wp:query-title {"type":"archive","showPrefix":false} /--> 14 13 15 <!-- wp:paragraph --> 14 16 <p><?php esc_html_e( 'WordPress provides limitless ways for people to craft and grow their online presence. The content in these courses is delivered in multiple formats, with a focus on text and video, working towards practical learning objectives to help you become a better WordPress developer, designer, user, and contributor.', 'wporg-learn' ); ?></p> 15 17 <!-- /wp:paragraph --> 18 19 </div> 20 <!-- /wp:group --> 21 22 <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} --> 23 <div id="wporg-search" class="wp-block-group alignwide" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50)"> 24 25 <!-- wp:search {"label":"<?php esc_attr_e( 'Search', 'wporg-learn' ); ?>","showLabel":false,"placeholder":"<?php esc_attr_e( 'Search courses', 'wporg-learn' ); ?>","width":290,"widthUnit":"px","buttonText":"<?php esc_attr_e( 'Search', 'wporg-learn' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true,"query":{"post_type":"course"}} /--> 16 26 17 27 </div>
Note: See TracChangeset
for help on using the changeset viewer.