%PDF- %PDF-
Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/ |
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/page.php |
<?php /** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @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>'); } ?> <h1 class="h1 main-title"><?php the_title(); ?></h1> <div class="content-wrapper"> <?php the_content(); ?> </div> </div> <?php endwhile; // End of the loop. ?> <div class="container"> <?php get_template_part('template-parts/subscribe') ?> </div> </div> <?php get_footer();