Changeset 12286 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-wporg_workshop.php
- Timestamp:
- 11/30/2022 02:15:49 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/archive-wporg_workshop.php
r12096 r12286 24 24 25 25 <section> 26 <div class="row align-middle between section-heading section-heading--with-space gutters"> 27 <?php the_archive_title( '<h1 class="section-heading_title h2 col-8">', '</h1>' ); ?> 28 <?php get_template_part( 'template-parts/component', 'archive-search' ); ?> 26 <div class="section-heading section-heading--with-space"> 27 <?php the_archive_title( '<h1 class="section-heading_title h2">', '</h1>' ); ?> 29 28 <?php if ( is_tax( 'wporg_workshop_series' ) && have_posts() ) : 30 29 $series_term = wporg_learn_series_get_term( $post ); 31 30 ?> 32 <div class="section-heading_description col-12">31 <div class="section-heading_description"> 33 32 <?php echo wp_kses_post( wpautop( term_description( $series_term->term_id ) ) ); ?> 34 33 </div> … … 37 36 <hr> 38 37 <?php if ( is_post_type_archive( 'wporg_workshop' ) ) : ?> 38 <div class="section-intro"> 39 <div class="row between gutters"> 40 <p class="col-8"><?php esc_html_e( 'Tutorials are a great way to get hands-on with WordPress. These videos will help you learn new skills to become a more effective WordPress user, developer, designer, and contributor.', 'wporg-learn' ); ?></p> 41 <?php get_template_part( 'template-parts/component', 'archive-search' ); ?> 42 </div> 43 </div> 44 <hr> 39 45 <?php get_template_part( 'template-parts/component', 'workshop-filters' ); ?> 40 46 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.