%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/
Upload File :
Create Path :
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/single.php

<?php

/**
 * The template for displaying all single posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
 *
 * @package Inkfactory
 */

get_header();
?>
<div class="page-wrapper">
	<?php
	while (have_posts()) :
		the_post(); ?>
		<div class="container">

			<!-- Breadcrumbs  -->
			<?php
			if (function_exists('yoast_breadcrumb')) {
				yoast_breadcrumb('<div class="breadcrumbs"><div class="breadcrumbs__wrapper">', '</div></div>');
			}
			?>

			<div class="content-wrapper max-w960">
				<h1 class="h2 text-center"><?php the_title(); ?></h1>
				<?php the_content(); ?>
			</div>
			
		</div>
	<?php endwhile; // End of the loop.
	?>
</div>

<?php
get_footer();

Zerion Mini Shell 1.0