Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/template-front.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/template-front.php
r4 r10000 10 10 <header> 11 11 <div class="wrap"> 12 <?php 12 <?php 13 13 $fronthead = new WP_Query('page_id=29'); 14 14 $fronthead->the_post(); … … 25 25 <section class="learn-main"> 26 26 <article> 27 <?php 27 <?php 28 28 $fronthead = new WP_Query( array( 'posts_per_page' => 1 ) ); 29 29 $fronthead->the_post();
Note: See TracChangeset
for help on using the changeset viewer.