Browse Source

Updated page.php & page-no-sidebar.php

main
Kenneth John Odle 3 years ago
parent
commit
ed143b8e3c
  1. 6
      page-no-sidebar.php
  2. 6
      page.php

6
page-no-sidebar.php

@ -5,7 +5,7 @@
* Template Name: Full Width Page
*
*
* @package Atticus Finch
* @package Portage
*/
get_header();
@ -16,9 +16,9 @@ get_header();
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h1 class="post-title">
<span class="dashicons dashicons-admin-page"></span>

6
page.php

@ -8,7 +8,7 @@
* E.g., it puts together the home page when no home.php file exists.
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package Atticus Finch
* @package Portage
*/
get_header();
@ -19,9 +19,9 @@ get_header();
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php atticus_finch_edit_post(); ?>
<?php portage_edit_post(); ?>
<?php do_action( 'atticus_finch_before_post_title' ); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<h1 class="post-title">
<span class="dashicons dashicons-admin-page"></span>

Loading…
Cancel
Save