• On front page of https://www.glugglugglug.com

    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    		<h2><?php the_title(); ?></h2>
    		<?php the_content(); ?>
    	<?php endwhile; ?>

    I can not work out where the content text is to change it?

    Thank you

    Keith

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where is text stored?’ is closed to new replies.