Skip to content

Commit 174c2cc

Browse files
committed
add minimum class for Front-end test on WP Side
1 parent 0eb48e2 commit 174c2cc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

index.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<?php get_header(); ?>
22
<div class="container">
3-
<?php while ( have_posts() ) {
4-
the_post();
5-
the_content();
6-
} ?>
3+
<div class="wysiwyg">
4+
<?php while ( have_posts() ) {
5+
the_post();
6+
the_content();
7+
} ?>
8+
</div>
79
</div>
810
<?php get_footer(); ?>

0 commit comments

Comments
 (0)