From c7b882259dd6bfb6083a0c00a6c07f6c0ed78f39 Mon Sep 17 00:00:00 2001 From: 3err0 Date: Sat, 7 Mar 2020 18:43:08 +0800 Subject: [PATCH] h1 post title --- page.php | 12 +++++------- single.php | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) 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