Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    See FAQ 34/35 for what the typical HTML and CSS looks like. Then write CSS like the following to hide the title, location, and company parts.

    .testimonialswidget_join_title, .testimonialswidget_title, .testimonialswidget_join_location, .testimonialswidget_location, .testimonialswidget_join, .testimonialswidget_company {
      display: none;
    }

    Regarding date and category specifically, that’s probably in your archive.php template, you could copy that to testimonials-widget-archive.php and customize further as you need.

    Thread Starter BrandiMarie88

    (@brandimarie88)

    Thank you!

    [email protected]

    (@warwickjonesclientconz)

    We are using the premium version and would also like to remove the date, however the instructions above involving archive.php template and testimonials-widget-archive.php are a bit beyond my understanding.

    Any chance of a Tick box to turn on / off as required – or a more detailed instruction on the steps to remove the date?

    Thank you and regards,

    Warwick

    Plugin Contributor Michael Cannon

    (@comprock)

    Warwick, Nope.

    The date comes as part of the theme templates you use and not Testimonials Widget configuration or output.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove date and category from testimonial display?’ is closed to new replies.