wordpress_add

Monday 16 September 2013

Get page content_in_tempalte..?

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; ?>


Subscribe Dr-Wordpress for Important Knowledge of word press..your's suggestions are most welcomed.

No comments:

Post a Comment