first commit
This commit is contained in:
19
wp-content/themes/thinkai/tpl-coming_soon.php
Normal file
19
wp-content/themes/thinkai/tpl-coming_soon.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/* Template Name: Coming Soon Page */
|
||||
/**
|
||||
* @package THINKAI
|
||||
* @author Template Path
|
||||
* @version 1.0
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
|
||||
get_header('coming-soon') ;
|
||||
|
||||
while (have_posts()): the_post();
|
||||
the_content();
|
||||
endwhile;
|
||||
|
||||
get_footer('coming-soon') ;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user