This is the method to get content on any template from WordPress edit panel.
<?php
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php
endif; ?>
<?php
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; ?>
<?php
endif; ?>
No comments:
Post a Comment