이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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
}

스크린샷

설치

Through Dashboard

  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type theme junkie testimonials content in the search box and click on search button.
  3. Find Theme Junkie Testimonials Content plugin.
  4. Then click on Install Now after that activate the plugin.
  5. Usage instructions

Installing Via FTP

  1. Download the plugin to your hardisk.
  2. Unzip.
  3. Upload the theme-junkie-testimonials-content folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. Then activate the plugin.
  6. Usage instructions

FAQ

Can I use this plugin without purchasing Theme Junkie themes?

Yes, this plugin was developed to support all themes.

Why was this plugin created?

Because we will move all custom post types in our themes to a plugins.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Theme Junkie Testimonials Content”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Theme Junkie Testimonials Content”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1 – 4/30/2014

  • Initial Release