Updated page.php & page-no-sidebar.php
This commit is contained in:
		
							parent
							
								
									02bc352eb4
								
							
						
					
					
						commit
						ed143b8e3c
					
				@ -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
									
									
									
									
									
								
							
							
						
						
									
										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…
	
		Reference in New Issue
	
	Block a user