5,7 → 5,7 |
?> |
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> |
<?php |
if (get_the_title() != get_the_title(sdt_get_root_parent(get_the_ID()))) { ?> |
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> |
12,8 → 12,8 |
<?php } ?> |
<div class="entry-content"> |
<?php the_content(); ?> |
<?php wp_link_pages(array( 'before' => '<div class="page-link">'.__('Pages:', 'sdt'), 'after' => '</div>')); ?> |
<?php edit_post_link(__('Edit', 'sdt'), '<span class="entry-meta-top">', '</span>'); ?> |
<?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> |