%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/1857783/root/var/www/tif-dev/wp-content/themes/inkfactory/
Upload File :
Create Path :
Current File : //proc/1857783/root/var/www/tif-dev/wp-content/themes/inkfactory/index.php

<?php
/**
 * The main template file
 *
 * This is the most generic template file in a WordPress theme
 * and one of the two required files for a theme (the other being style.css).
 * It is used to display a page when nothing more specific matches a query.
 * E.g., it puts together the home page when no home.php file exists.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Inkfactory
 */

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