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.

Display Loader and disable page while waiting for ajax request

Remove GIT integration from VSCode