Current File : //kunden/pages/54/47/d0016649/home/htdocs/matrixprinzip/wp-content/themes/radiate/content-page.php
<?php
/**
 * The template used for displaying page content in page.php
 *
 * @package ThemeGrill
 * @subpackage Radiate
 * @since Radiate 1.0
 */
?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
   <header class="entry-header">
      <?php if ( is_front_page() ) : ?>
      	<h2 class="entry-title"><?php the_title(); ?></h2>
      <?php else : ?>
         <h1 class="entry-title"><?php the_title(); ?></h1>
      <?php endif; ?>
   </header><!-- .entry-header -->

	<div class="entry-content">
		<?php the_content(); ?>
		<?php
			wp_link_pages( array(
				'before' => '<div class="page-links">' . __( 'Pages:', 'radiate' ),
				'after'  => '</div>',
			) );
		?>
	</div><!-- .entry-content -->
	<?php edit_post_link( __( 'Edit', 'radiate' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?>
</article><!-- #post-## -->