1st commit
This commit is contained in:
30
template-homepage-slider.php
Normal file
30
template-homepage-slider.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/*
|
||||
Template Name: Homepage
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php get_header()?>
|
||||
|
||||
<?php if ($post-> post_content): ?>
|
||||
|
||||
<!-- start main container -->
|
||||
<div class="content clearfix kk-is-homecaption">
|
||||
<div class="content-inner-wrapper clearfix">
|
||||
|
||||
<?php
|
||||
the_post();
|
||||
the_content();
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- end container -->
|
||||
|
||||
<!-- start overlay -->
|
||||
<div class="kk-bg-overlay"></div>
|
||||
<!-- end overlay -->
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_footer()?>
|
||||
Reference in New Issue
Block a user