diff --git a/index.php b/index.php index d160d54..08b9cc3 100644 --- a/index.php +++ b/index.php @@ -4,6 +4,7 @@ comicpress_init(); $nav_comics = $comicpress->get_nav_comics(); + $t = $post; $post = $nav_comics['last']; ob_start(); @@ -23,6 +24,7 @@ } $content = ob_get_clean(); - + $post = $t; + include(get_template_directory() . '/layouts/classic.php'); ?> \ No newline at end of file diff --git a/layouts/classic.php b/layouts/classic.php new file mode 100644 index 0000000..29607bb --- /dev/null +++ b/layouts/classic.php @@ -0,0 +1,17 @@ + + + + + + +
+ +
+ + + +