Deskripsyon
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:
- Using the shortcode
[testimonium]will automatically output 1 random testimonial - The shortcode can take the parameter
[testimonium number="x"]where x is the number of testimonials you’d like to output.
Pag-install
- Upload the plugin files to the
/wp-content/plugins/testimoniumdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Create testimonials using the Testimonial custom post type
- Use the
[testimonium]shortcode to display your testimonials
FAQ
- How many versions can we display?
-
The shortcode allows you to
- What about foo bar?
-
Answer to foo bar dilemma.
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Testimonial” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Testimonial” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
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