plugin-icon

Theme Junkie Testimonials Content

제작자: Theme Junkie·
Adds a Testimonial section to your WordPress website.
버전
0.1.0
활성화된 설치 항목
20
최근 업데이트일
Oct 26, 2022
Theme Junkie Testimonials Content

This plugin adds a testimonials custom post type to your WordPress website to manage your customers testimonial. It should work out-of-the-box with any WordPress themes because it support widget and shortcode to display the testimonials.

Please read usage instructions page to read more on how to use it.

It has built-in meta boxes to add more data to the testimonials:

  • Author name
  • Author avatar uploader
  • Author website name
  • Author website url

Note

We DO NOT provide any css style for the plugin, so it give you more flexibility to styling the testimonials style. We only provide the css selectors to guide you, please read it here.

Plugin Info

Shortcode Usage

To display the testimonials in your content you can use the following shortcode:

[tj-testimonial]

To add arguments to this, please use any of the following arguments:

  • limit = “1” (limit the testimonials to show)
  • column = “1” (testimonials per row, it adds unique css class to allow you styling it)
  • css_class = “” (custom uniqeu class)
  • before = “” (html or text before the testimonials)
  • after = “” (html or text after the testimonials)

    Shortcode Usage Examples

    Display 4 testimonials with 4 columns

    [tj-testimonial limit=”4″ column=”4″]

Display custom HTML before the testimonials

[tj-testimonial before="<h1>Testimonials</h1>"]

Widget Usage

Please go to Appearance → Widgets and you should see Testimonial widget. Drag it and drop to the sidebar.

CSS Selectors

.tjtsc-testimonial { // testimonials wrapper } .testimonial-column-... { // testimonial column, the dot(...) automatically generated from the column arguments in the shortcode } .tjtsc-testimonial ul { // testimonial list style } .tjtsc-testimonial li { // testimonial list style } .tjtsc-testimonial p { // testimonial content } .tjtsc-testimonial img { // testimonial avatar } .tjtsc-testimonial cite { // testimonial name, website name and website url }
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 6.1.9
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.