Pirate Rogue, Pirate Crew and GitHub Updater
This commit is contained in:
21
themes/Pirate-Rogue/template-parts/content-page.php
Normal file
21
themes/Pirate-Rogue/template-parts/content-page.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
/**
|
||||
* The template used for displaying page content.
|
||||
*
|
||||
* @package Pirate Rogue
|
||||
* @since Pirate Rogue 1.0
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
global $pagebreakargs;
|
||||
?>
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title"><?php the_title(); ?></h1>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
the_content();
|
||||
echo wp_link_pages($pagebreakargs);
|
||||
?>
|
||||
</div>
|
||||
<?php edit_post_link( esc_html__( 'Edit Page', 'pirate-rogue'), '<div class="edit-link cf">', '</div>' ); ?>
|
||||
Reference in New Issue
Block a user