(root)/content-page.php @ 33 - Rev 27
Rev 3 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
<?php
/*
* The template used for displaying page content in page.php and right-page.php
*/
?>
<article id="post-
<?php the_ID
(); ?>"
<?php post_class
(); ?>>
<?php
if (get_the_title
() != get_the_title
(zendark_get_root_parent
(get_the_ID
()))) { ?>
<header class="entry-header">
<h1 id="page-title">
<?php the_title
(); ?></h1>
</header>
<?php } ?>
<div class="entry-content">
<?php the_content
(); ?>
<?php wp_link_pages
(array( 'before' => '<div class="page-link">'.__
('Pages:', 'zendark'), 'after' => '</div>')); ?>
<?php edit_post_link
(__
('Edit', 'zendark'), '<span class="entry-meta-top">', '</span>'); ?>
<div style="clear:both"></div>
</div><!-- .entry-content -->
</article>