21 lines
417 B
PHP
21 lines
417 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
/*
|
||
|
|
Template Name: dzen-less template
|
||
|
|
Template Post Type: profile_article, anew, yellow
|
||
|
|
*/
|
||
|
|
|
||
|
|
?>
|
||
|
|
<?php get_header(); ?>
|
||
|
|
<div class="col-12 col-xl-9">
|
||
|
|
|
||
|
|
<?php get_template_part("template-parts/single/post-dzen-less") ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="col-12 col-xl 3 d-none d-xl-block">
|
||
|
|
|
||
|
|
<?php get_template_part("template-parts/sidebar/right-sidebar") ?>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
<?php get_footer(); ?>
|