• Resolved lanceelliott72

    (@lanceelliott72)


    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.

    http://wordpress.org/plugins/flexible-posts-widget/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author DaveE

    (@dpe415)

    Hi Lance,

    Thanks for posting this. I’m sure it will be helpful for others! Cheers!

    Thread Starter lanceelliott72

    (@lanceelliott72)

    the best thing about this plugin is that it gives you the ability to create content in the library once and then insert it in the content area on different pages…. change to library version and all others change.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Solution – inserting full posts’ is closed to new replies.