first commit
This commit is contained in:
15
single.php
Normal file
15
single.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php get_header();?>
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) {
|
||||
the_post();
|
||||
echo '<div class="content">';
|
||||
the_title();
|
||||
the_content();
|
||||
echo '</div>';
|
||||
} else {
|
||||
echo "asd";
|
||||
}
|
||||
?>
|
||||
|
||||
<?php get_footer();?>
|
||||
Reference in New Issue
Block a user