Changeset 42347
- Timestamp:
- 12/01/2017 03:43:03 AM (7 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r42343 r42347 19 19 20 20 <?php 21 // Show the selected front page content.21 // Show the selected front page content. 22 22 if ( have_posts() ) : 23 23 while ( have_posts() ) : -
trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php
r42343 r42347 96 96 97 97 /** 98 * Checks to see if we're on the homepage or not.98 * Checks to see if we're on the front page or not. 99 99 */ 100 100 function twentyseventeen_is_frontpage() {
Note: See TracChangeset
for help on using the changeset viewer.