• Resolved cmcsweeney

    (@cmcsweeney)


    Hello,

    The filter grid view is perfect for what we need on our website but I wanted to know if there’s a way to stop it from stripping the HTML out of the previews? (basically there’s not much info on our posts and we want to show all the info at once on the filter page)

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cmcsweeney

    (@cmcsweeney)

    Sorry I forgot to mention that I have access to the files (via FTP), so if I need to change something in the code, let me know ?? !

    Thread Starter cmcsweeney

    (@cmcsweeney)

    Ugh, now I feel silly because I just found some code that accomplished what I was trying to do ;p

    I made a copy of Layout-1.php and removed this code:

    <?php echo wppf_get_post_excerpt( $post->ID, get_the_content() ); ?>

    and replaced it with this:

    <?php echo get_the_content(); ?>

    So anyway, great plugin and sorry to be such a bother!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop preview from stripping out HTML’ is closed to new replies.