This commit is contained in:
2023-12-09 16:39:41 +08:00
parent 5138b4a360
commit aaf2d5fdd1
18 changed files with 7568 additions and 56 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<?php
echo '<div class="content">';
echo "<h1>", the_title(), "</h1>";
echo "<h1># ", the_title(), "</h1><hr />";
the_content();
echo '</div>';
?>
+1 -1
View File
@@ -2,7 +2,7 @@
<?php
echo '<div class="content">';
echo "<h1>", the_title(), "</h1>";
echo "<h1># ", the_title(), "</h1><hr />";
the_content();
echo '</div>';
?>