Post PHP Code for wesite template
-
I am converting a HTML site into wordpress and I seem to have the most of it sorted. However I need my user to be able to update 3 blocks of text on the home page and I would like to be able to control these through the post section of wordpress if possible. I have the following code I am using for the content. Is there a call I need to make for to be able to make these sections editable with posts?
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h1><?php the_title(); ?></h1> <?php the_content(); ?> <?php endwhile; endif; ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post PHP Code for wesite template’ is closed to new replies.