该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Testimonial

描述

Testimonium is a testimonial plugin that will evolve over time to allow both users and developers to display any testimonials that the client may receive.

The current version of this plugin allows the following:

  1. Using the shortcode [testimonium] will automatically output 1 random testimonial
  2. The shortcode can take the parameter [testimonium number="x"] where x is the number of testimonials you’d like to output.

安装

  1. Upload the plugin files to the /wp-content/plugins/testimonium directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Create testimonials using the Testimonial custom post type
  4. Use the [testimonium] shortcode to display your testimonials

常见问题

How many versions can we display?

The shortcode allows you to

What about foo bar?

Answer to foo bar dilemma.

评价

此插件暂无评价。

贡献者及开发者

“Testimonial” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Testimonial”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.2

  • Support for use in text widgets
  • New parameter “Order”. Supports displaying the most recent testimonials or the oldest testimonials. Example” [testimonium order="asc"]
  • New parameter “Version”. Changes the output of the plugin. Version 1 displays a static number of testimonials stacked on top of each other, version 2 displays a slider with the number of testimonials.
  • CSS class changes

0.1

  • Initial Upload of Plugin