WIP
This commit is contained in:
8
tpl-flex.php
Normal file
8
tpl-flex.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/** Template Name: Flexible Template */
|
||||
|
||||
get_header();
|
||||
|
||||
echo site()->render("flex", site()->getCurrentPost("content"));
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user