Changeset 11985 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
- Timestamp:
- 07/21/2022 06:03:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
r10000 r11985 8 8 <div class="wrapper"> 9 9 <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2> 10 <div class=" js-masonry" data-masonry-options='{ "itemSelector": ".make_site" }'>10 <div class="make-sites"> 11 11 <?php 12 12 $sites_query = new WP_Query( 'post_type=make_site&posts_per_page=-1&order=ASC' ); … … 17 17 $make_site_id = get_post_meta( $post->ID, 'make_site_id', true ); 18 18 $url = $makesites[ $make_site_id ]; 19 ?>19 ?> 20 20 <article id="site-<?php the_ID(); ?>" <?php post_class(); ?>> 21 21 <h2>
Note: See TracChangeset
for help on using the changeset viewer.