Support » Plugin: GC Testimonials » [Plugin: GC Testimonials] Content format not taking WordPress wpautop formatting

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author devnz

    (@eringarscadden)

    Thanks for bringing this up, I will address this issue in the next version release.

    In the meantime, you can enable the formatting by changing the plugins testimonials.php file.

    At around line 330 change:

    $display .= ‘<div class=”content”>’.$testimonial->post_content.'</div>’;

    to

    $display .= ‘<div class=”content”>’.apply_filters(‘the_content’, $testimonial->post_content).'</div>’;

    Thread Starter chill986

    (@chill986)

    thanks for your help on this – I posted another problem – the Add Testimonial page doesn’t work properly… I have to add testimonials via the submit testimonial page. I can’t add an image, or add/change any of the detail fields. This is important – I don’t want my client to have to always use the submit-testimonial page.

    Help?

    Hi,

    i am really struggling adding testamonials to my site. I am a complete novice, and could really use some help please.

    Thanks,

    http://www.relaxandrevive.org.uk

    Thread Starter chill986

    (@chill986)

    Did you try what devnz suggests above?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: GC Testimonials] Content format not taking WordPress wpautop formatting’ is closed to new replies.