%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/home/eirtvhdf/makkitrust.org/wp-content/themes/alhambra/ |
Current File : //proc/self/root/proc/self/root/home/eirtvhdf/makkitrust.org/wp-content/themes/alhambra/single.php |
<?php /** * The template to display single post * * @package WordPress * @subpackage ALHAMBRA * @since ALHAMBRA 1.0 */ get_header(); while ( have_posts() ) { the_post(); get_template_part( 'content', get_post_format() ); // Related posts if ((int) alhambra_get_theme_option('show_related_posts') && ($alhambra_related_posts = (int) alhambra_get_theme_option('related_posts')) > 0) { alhambra_show_related_posts(array('orderby' => 'rand', 'posts_per_page' => max(1, min(9, $alhambra_related_posts)), 'columns' => max(1, min(4, alhambra_get_theme_option('related_columns'))) ), alhambra_get_theme_option('related_style') ); } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } } get_footer(); ?>