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

This commit is contained in:
Kenneth John Odle 2021-08-01 13:57:42 -04:00
parent 02bc352eb4
commit ed143b8e3c
2 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>