File: /var/www/web37/htdocs/0900-notruf/wp-content/themes/brickyard/single.php
<?php
/**
* The post template file.
* @package BrickYard
* @since BrickYard 1.0.0
*/
get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="entry-content">
<div class="entry-content-inner">
<div class="content-headline">
<h1 class="entry-headline title single-title entry-title"><span class="entry-headline-text"><?php the_title(); ?></span></h1>
</div>
<?php brickyard_get_display_image_post(); ?>
<?php if ( get_theme_mod('brickyard_display_meta_post', brickyard_default_options('brickyard_display_meta_post')) != 'Hide' ) { ?>
<p class="post-meta">
<span class="post-info-author vcard author"><?php _e( 'Author: ', 'brickyard' ); ?><span class="fn"><?php the_author_posts_link(); ?></span></span>
<span class="post-info-date post_date date updated"><?php echo get_the_date(); ?></span>
<?php if ( comments_open() ) : ?>
<span class="post-info-comments"><a href="<?php comments_link(); ?>"><?php printf( _n( '1 Comment', '%1$s Comments', get_comments_number(), 'brickyard' ), number_format_i18n( get_comments_number() ), get_the_title() ); ?></a></span>
<?php endif; ?>
</p>
<div class="post-info">
<p class="post-category"><span class="post-info-category"><?php the_category(', '); ?></span></p>
<p class="post-tags"><?php the_tags( '<span class="post-info-tags">', ', ', '</span>' ); ?></p>
</div>
<?php } ?>
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<p class="page-link"><span>' . __( 'Pages:', 'brickyard' ) . '</span>', 'after' => '</p>' ) ); ?>
<?php edit_post_link( __( 'Edit', 'brickyard' ), '<p>', '</p>' ); ?>
<?php endwhile; endif; ?>
<?php if ( get_theme_mod('brickyard_next_preview_post', brickyard_default_options('brickyard_next_preview_post')) != 'Hide' ) { ?>
<?php brickyard_prev_next('brickyard-post-nav'); ?>
<?php } ?>
</div>
</div>
<?php comments_template( '', true ); ?>
</div> <!-- end of content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>