Show page content WITH formatting
-
Dear forum
I have a question about showing the page content.
Atm i use the code below to show the page content
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; else : ?> <p><?php esc_html_e( 'Sorry, no posts matched your criteria.' ); ?></p> <?php endif; ?>My issue for now is that the text is shown as plain simple text
All the formatting i used is not showing upDoes any of you know where to find the documentation that can help me to get the formatting to display as well?
Thanks in advanceKind regards
-
- Het onderwerp ‘Show page content WITH formatting’ is gesloten voor nieuwe reacties.