How to display content area of the page template in wordpress

<?php
               while ( have_posts() ) : the_post();
               the_content();
               endwhile;
?>

Comments

Popular posts from this blog

datatable with both top and bottom scroll bar.

Invalid bean property or is not readable to loading Jsp page

Remove GIT integration from VSCode