Loading page.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ get_header(); echo get_header_image(); } echo '\');"';?> > <h1><?php echo get_the_title($post->ID); ?></h1> <h1><?php the_title(); ?></h1> </header> <div class="content"> <?php Loading single.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ get_header(); echo get_header_image(); } echo '\');"';?> > <h1><?php echo get_the_title($post->ID); ?></h1> <h1><?php the_title(); ?></h1> </header> <div class="content"> <?php Loading Loading
page.php +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ get_header(); echo get_header_image(); } echo '\');"';?> > <h1><?php echo get_the_title($post->ID); ?></h1> <h1><?php the_title(); ?></h1> </header> <div class="content"> <?php Loading
single.php +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ get_header(); echo get_header_image(); } echo '\');"';?> > <h1><?php echo get_the_title($post->ID); ?></h1> <h1><?php the_title(); ?></h1> </header> <div class="content"> <?php Loading