Description
This plugin will add clients testimonial or feedback via shortcode with author image in page or post or sidebar or .php files.
Plugin Features
- Shortcode System
- WordPress Custom Post Enabled.
- Post Thumbnail.
- TinyMCE Button added for generating Shortcode.
- Very Lightweight.
- Unlimited Color
Live Preview: http://kentothemes.com/demo/plugins/kento-clicents-feedback/
Screenshots
Installation
Via WordPress –
1. Install as a regular WordPress plugin.
2. The plugin supports custom post. After installing you can see a menu called βKento CFβ. There, you can add testimonials. After adding βKento CFβ you can use shourcode[KentoCF postcount="3" current="2" bgcolor="#08cd98" ]
3. you could use for .php file any where <?php echo do_shortcode('[KentoCF postcount="3" current="2" bgcolor="#08cd98" ]'); ?>
Via FTP –
- Upload .zip file to your WordPress plugin directory and unzip it.
- Go your Pluings setting via WordPress Dashboard and activate it.
- Then Publish some post on βKento CFβ post type with thumbnail.
- Post Title will display as testimonial Name.
- and use this shortcode anywhere to display
[KentoCF postcount="3" current="2" bgcolor="#08cd98" ]
- you could use for .php file any where
<?php echo do_shortcode('[KentoCF postcount="3" current="2" bgcolor="#08cd98" ]'); ?>
Shortcodes Attribute
postcount => Total Feedback to display.
current => Which post you want to highlight or current display.
bgcolor => background color.
**Keep in mind βcurrentβ value must not greater than βpostcountβ
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Kento Clients Feedback” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Kento Clients Feedback” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release