| 
									
										
										
										
											2019-03-12 09:27:46 +00:00
										 |  |  | <?php | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * Template part for displaying page content in page.php | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2019-05-08 08:07:01 +01:00
										 |  |  |  * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ | 
					
						
							| 
									
										
										
										
											2019-03-12 09:27:46 +00:00
										 |  |  |  * | 
					
						
							|  |  |  |  * @package WordPress | 
					
						
							|  |  |  |  * @subpackage Twenty_Seventeen | 
					
						
							|  |  |  |  * @since 1.0 | 
					
						
							|  |  |  |  * @version 1.0 | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ?>
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 | 
					
						
							|  |  |  | 	<header class="entry-header"> | 
					
						
							|  |  |  | 		<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
 | 
					
						
							|  |  |  | 		<?php twentyseventeen_edit_link( get_the_ID() ); ?>
 | 
					
						
							|  |  |  | 	</header><!-- .entry-header --> | 
					
						
							|  |  |  | 	<div class="entry-content"> | 
					
						
							|  |  |  | 		<?php | 
					
						
							|  |  |  | 			the_content(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-08 08:07:01 +01:00
										 |  |  | 			wp_link_pages( | 
					
						
							|  |  |  | 				array( | 
					
						
							|  |  |  | 					'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ), | 
					
						
							|  |  |  | 					'after'  => '</div>', | 
					
						
							|  |  |  | 				) | 
					
						
							|  |  |  | 			); | 
					
						
							|  |  |  | 			?>
 | 
					
						
							| 
									
										
										
										
											2019-03-12 09:27:46 +00:00
										 |  |  | 	</div><!-- .entry-content --> | 
					
						
							| 
									
										
										
										
											2019-05-08 08:07:01 +01:00
										 |  |  | </article><!-- #post-<?php the_ID(); ?> -->
 |