%PDF- %PDF-
Direktori : /var/www/tif-dev/wp-content/themes/inkfactory/pages-templates/ |
Current File : //var/www/tif-dev/wp-content/themes/inkfactory/pages-templates/no-title.php |
<?php /* Template Name: No Title */ get_header(); ?> <div class="page-wrapper"> <?php while (have_posts()) : the_post(); ?> <div class="container"> <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();