?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/
Upload File :
Current File : /home/r/a/n/rankinh/numerik/wp-content/themes/blackdsn/page.php

<?php
get_header();

if ( have_posts() ) :
	the_post();

	?>
    <div id="post-<?php the_ID(); ?>" <?php post_class( [ 'root-page' ] ) ?> >
        <div class="post-full-content <?php echo esc_attr( blackdsn_get_option_pages_class() ) ?>">
			<?php
			the_content();
			?>
        </div>

		<?php
		wp_link_pages( array(
			'before'      => '<div class="pagination-pages dsn-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>'
		) );
		?>
		<?php
		// 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
endif;
get_footer();