%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/home.php

<?php
get_header();
?>

<div class="container">

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

	<div class="news">
		<div class="news__row">
			<?php while (have_posts()) : the_post(); ?>
				<div class="news__item">
					<div class="news__body">
						<p class="news__date"><?php the_date(); ?></p>
						<a href="<?php the_permalink(); ?>" class="news__title"><?php the_title(); ?></a>
						<p class="news__text"><?php the_excerpt(); ?></p>
					</div>
				</div>
			<?php endwhile; ?>
		</div>
	</div>

	<!-- Pagination -->
	<?php wp_custom_pagination(); ?>

</div>

<?php get_template_part('template-parts/subscribe') ?>

<?php get_footer(); ?>

Zerion Mini Shell 1.0