We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb48e2 commit 174c2ccCopy full SHA for 174c2cc
1 file changed
index.php
@@ -1,8 +1,10 @@
1
<?php get_header(); ?>
2
<div class="container">
3
-<?php while ( have_posts() ) {
4
- the_post();
5
- the_content();
6
-} ?>
+ <div class="wysiwyg">
+ <?php while ( have_posts() ) {
+ the_post();
+ the_content();
7
+ } ?>
8
+ </div>
9
</div>
10
<?php get_footer(); ?>
0 commit comments