Make WordPress Core

Ticket #42666: 42666.diff

File 42666.diff, 616 bytes (added by chetan200891, 7 years ago)

I have attached path.

  • wp-content/themes/twentyseventeen/front-page.php

    diff --git a/wp-content/themes/twentyseventeen/front-page.php b/wp-content/themes/twentyseventeen/front-page.php
    index a169ad2..a1cf423 100644
    a b get_header(); ?> 
    1717<div id="primary" class="content-area">
    1818        <main id="main" class="site-main" role="main">
    1919
    20                 <?php // Show the selected frontpage content.
     20                <?php // Show the selected front page content.
    2121                if ( have_posts() ) :
    2222                        while ( have_posts() ) : the_post();
    2323                                get_template_part( 'template-parts/page/content', 'front-page' );