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

How to set custom Post feature image as og:image ?

datatable with both top and bottom scroll bar.