?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/numerik/wp-content/themes/blackdsn/
Upload File :
Current File : /home/rankinh/numerik/wp-content/themes/blackdsn/single.php

<?php
get_header();

if ( have_posts() ) {
	the_post();
	?>

    <div id="post-<?php the_ID(); ?>" <?php post_class( 'news-content p-relative' ) ?>>
        <div class="post-full-content single-post post-content">
			<?php
			the_content();
			wp_link_pages( array(
				'before'      => '<div class="pagination-pages  clear"><nav class="navigation pagination d-flex justify-content-center align-items-center font-heading"><div class="nav-links"><span class="page-numbers">' . esc_html__( 'Pages: ', 'blackdsn' ) . '</span></div>',
				'after'       => '</nav></div>',
				'link_before' => '<div class="nav-links">',
				'link_after'  => '</div>',
				'pagelink'    => '<span class="page-numbers">%</span>'
			) );

			echo \DesignGrid\BlackdsnOption::postTag( '', '' );
			?>

        </div>

		<?php
		blackdsn_get_template_parts( 'next/next', 'post' );
		// If comments are open or we have at least one comment, load up the comment template.
		if ( comments_open() || get_comments_number() ) {
			comments_template();
		}
		?>
    </div>
	<?php
}
get_footer();