Linux 软件免费装
Banner图

Clean Testimonials

开发者 hello@lukerollans.me
Plugify
更新时间 2014年6月14日 08:59
捐献地址: 去捐款
PHP版本: 2.5 及以上
WordPress版本: 3.8.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget referral reviews reference recommend recommendation review testimonial testimonials testimony

下载

1.2.1 1.2.2 1.2.4 1.2.5 1.3 1.3.1 1.3.2 1.4.1 1.4.2 1.5 1.5.1 1.5.2 1.5.2.1 1.3.3 1.3.4 1.3.5 1.4

详情介绍:

Have a feature request? Sweet! Feature requsts on Github: https://github.com/lukerollans/clean-testimonials/issues?labels=enhancement Want to contribute? Clean Testimonials on Github: http://github.com/lukerollans/clean-testimonials Clean Testimonials enables you to easily and quickly add Testimonials to your WordPress website. The plugin integrates seamlessly with your existing WordPress admin area, so you will feel right at home. There are a few simple ways to manage your testimonials:
  1. Easy to use shortcodes when editing content in the WordPress admin area.
  2. The built-in Testimonial Widget to display a specific or random testimonial
  3. PHP code if you are a developer (see FAQ).
This plugin is in constant development. If you have any feature requests or questions, please feel free to submit them via the support forum. Features Please Note: Although any output Clean Testimonials generates is well structured, no styling is shipped out of the box. This means it is up to your theme to decide how the output will be styled. If you have found this plugin useful, consider taking a moment to rate it, or perhaps even a small donation.

安装:

  1. Upload the clean-testimonials folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • An overview of the Testimonials menu
  • Editing or creating a Testimonial in the backend
  • Managing Testimonial categories
  • Example use of the [testimonials] shortcode. This will display all testimonials with pagination
  • Example use of the [testimonial-submission-form] shortcode. This shortcode will turn this page into a Testimonial submission page for your users

升级注意事项:

No upgrade notice necessary

常见问题:

Can testimonials be submitted by my visitors automatically?

Yes. On top of your ability to add and edit testimonials in the WordPress admin area, you can also use a shortcode to display a form on any page you like. This form will create a new testimonial when a user fills it out. The shortcode to do this is [testimonial-submission-form] When a user submits a testimonial, it will default to "Draft" status. You will need to publish any testimonials this way before they will display on your site. Just in case someone writes anything naughty!

How do I display all of my testimonials?

To display all testimonials with pagination, use the [testimonials] shortcode.

How do I display a testimonial?

To display a single testimonial you can use the [testimonial id="xyz"] shortcode, where "xyz" is the ID of the testimonial you wish to display. You can copy and paste the testimonial shortcode complete with ID from your Testimonials admin page in WordPress.

How can I display a category of testimonials?

To display a category of testimonials (with pagination!), you can use the [testimonials category="xyz"] shortcode. where "xyz" is the ID of the testimonial category you wish to display. You can also display testimonials from multiple categories by using [testimonials category="xyz,abc"] where "xyz" is the first ID and "abc" is the second. You can pass in as many ID's as you like, just separate them with commas. You can copy and paste this shortcode complete with ID from the Testimonials -> Categories admin page in WordPress.

Can I display a random testimonial?

Yes, you can use the Testimonial Widget and specify the "random" option, or you can use the [testimonial id="random"] shortcode.

Can I change the number of testimonials shown per page?

Yes. Specify the "per_page" attribute when using the [testimonials] shortcode. EG, [testimonials category="10" per_page="5"].

Available filters

The following filters are available in Clean Testimonials so you can customise it to your liking.

  1. new_testimonial_notification - Filter whether an email notification should be sent to the administrator when a new testimonial is submitted.
  2. new_testimonial_email - Filter which email address which the new testimonial notification email is sent to. Defaults to administrator email.
  3. new_testimonial_confirmation_message - Filter the text which is displayed when a new testimonial is received.
  4. new_testimonial_failure_message - Filter the text which is displayed when a testimonial submission fails.
  5. ct_disable_captcha - Return true to disable captcha on the testimonial submission form

Available actions

The following actions are available in Clean Testimonials so you can customise it to your liking.

  1. ct_before_render_testimonial - Fires before a testimonial is rendered. Passes in $testimonial and $context
  2. ct_after_render_testimonial - Fires after a testimonial is rendered. Passes in $testimonial and $context

I am a developer, what can you tell me?

The following information might be handy for you to know.

  1. Testimonials operate via a custom post type which is simply named "testimonial".
  2. Testimonials are grouped in a custom taxonomy named "testimonial_category".
  3. The Testimonial widget class name is "Testimonial_Widget" and of course extends WP_Widget.

更新日志:

1.5.2.1 1.5.1 1.5 1.4.2 1.4.1 1.4 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3 1.2.5 1.2.4 1.2.3 1.2.2 1.2 1.0