diff --git a/page.php b/page.php index 6de85f5..c79aa8a 100644 --- a/page.php +++ b/page.php @@ -1,15 +1,13 @@ - +'; - the_title(); + echo "

", the_title(); , "

" the_content(); echo ''; - } else { - echo "asd"; } -?> - \ No newline at end of file + get_footer(); +?> \ No newline at end of file diff --git a/single.php b/single.php index 6de85f5..5bcc01d 100644 --- a/single.php +++ b/single.php @@ -1,15 +1,13 @@ - +'; - the_title(); + echo "

", the_title(), "

"; the_content(); echo ''; - } else { - echo "asd"; } -?> - \ No newline at end of file + get_footer(); +?> \ No newline at end of file