quick single for previewing game
This commit is contained in:
parent
146b283115
commit
9095d26538
20
single-search-and-find.php
Normal file
20
single-search-and-find.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php get_header("minimal"); ?>
|
||||
|
||||
<div class="container mx-auto">
|
||||
|
||||
<?php if (have_posts()) : ?>
|
||||
|
||||
<?php
|
||||
while (have_posts()) :
|
||||
the_post();
|
||||
?>
|
||||
|
||||
<?php the_content(); ?>
|
||||
<?php endwhile; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
Loading…
Reference in New Issue
Block a user