Solution – inserting full posts
-
follow the instructions to create a folder and new widget file… then open the pho file and look for:
<h4 class=”title”><?php the_title(); ?></h4>
and add
<?php the_content(); ?>directly after… this will now pull the full post.
you could of course use <?php the_excerpt(); ?>but I wanted the full formatted post.
enjoy.
L.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Solution – inserting full posts’ is closed to new replies.