Title: Row Column Testimonials with widget
Author: bijon
Published: <strong>6 de Agosto de  2016</strong>
Last modified: 6 de Agosto de  2016

---

Buscar plugins

![](https://ps.w.org/row-column-testmonial-with-widget/assets/banner-772x250.jpg?
rev=1469069)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/row-column-testmonial-with-widget_a2ddeb.
svg)

# Row Column Testimonials with widget

 Por [bijon](https://profiles.wordpress.org/bijon/)

[Descargar](https://downloads.wordpress.org/plugin/row-column-testmonial-with-widget.zip)

 * [Detalles](https://cl.wordpress.org/plugins/row-column-testmonial-with-widget/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/row-column-testmonial-with-widget/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/row-column-testmonial-with-widget/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/row-column-testmonial-with-widget/#developers)

 [Soporte](https://wordpress.org/support/plugin/row-column-testmonial-with-widget/)

## Descripción

Many CMS site needs to display client’s testimonial on their website. RC Testimonial
Plugin with Widget allow you to add testimonial
 from wp-admin side same like you
add post, which allows you to display testimonials on your website the easy way.
You can quickly add your testimonials with their authors, jobs, pictures, pictures
size, Website URL and Position.

**This testimonial plugin contain two shortcode**
 [rct_testimonials] and [rct_testimonials_slider]
Where you can display testimonial in list view, in grid view and slider testimonial
with responsive. You can also select design theme from “RC Testimonials -> Designs”.

**Please make sure that Permalink link should not be “/testimonial” Otherwise all
your Testimonials will go to archive page. You can give it other name like “/testimonials,/
our-testimonial, /what-our-say etc”**

This plugin creates a testimonial and a testimonial rotator/testimonial slider custom
post type, complete with WordPress admin fields for adding testimonials. It includes
a Widget and Shortcode to display the testimonials.

#### Here is the Testimonial shortcode example

    ```
    [rct_testimonials]
    ```

If you want to display Testimonial by category then use this short code
 [rct_testimonials
category=”category_ID”]

If you want to display Testimonial using slider then use this short code
 [rct_testimonials_slider
limit=”2″ slides_column=”2″ slides_scroll=”2″ dots=”false” arrows=”false” autoplay
=”true” autoplay_interval=”100″ speed=”5000″ ]

#### Shortcode Examples

    ```
    1. Simple list/Grid view
    [rct_testimonials] OR [rct_testimonials per_row="2"]

    2. Slider (per row one/per row two)
    [rct_testimonials_slider] OR [rct_testimonials_slider slides_column="2"]
    ```

#### Use Following Testimonial parameters with shortcode

    ```
    [rct_testimonials]
    ```

* **limit:**
 [rct_testimonials limit=”5″] ( ie Display 5 testimonials on your website)***
design:** [rct_testimonials design=”design-1″] ( ie Select the design for testimonial.
Values are design-1, design-2, design-3, design-4 ) * **Grid:** [rct_testimonials
per_row=”2″]( ie Display your testimonials by Grid view ) * **orderby:** [rct_testimonials
orderby=”title”] ( ie Order your testimonials by “title” OR “post_date” OR “none”
OR “name” OR “rand” OR “ID” ) * **order:** [rct_testimonials order=”ASC”] ( ie Order
your testimonials by “ASC” OR “DESC” ) * **id:** [rct_testimonials id=”testimonail_id”](
ie Display testimonials by their ID ) * **Display by category** [rct_testimonials
category=”category_ID”] ( ie Display testimonials by their category ID ) * **Display
client:** [rct_testimonials display_client=”false”] ( Display Client name OR: You
can use “true” OR “false”) * **Display job title:** [rct_testimonials display_job
=”false”] ( Display Client job title : You can use “true” OR “false”) * **Display
company name:** [rct_testimonials display_company=”false”] ( Display Client company
name : You can use “true” OR “false”) * **Display avatar:** [rct_testimonials display_avatar
=”false”] ( Display Client avatar : You can use “true” OR “false”) * **Avatar size
and style:** [rct_testimonials size=”150″ image_style=”square”] (Set size of Client
avatar and style – square, circle ) * **Display Quotes:** [rct_testimonials display_quotes
=”false”] ( Display Quotes: You can use “true” OR “false”)

#### Use Following Testimonial Slider parameters with shortcode

    ```
    [rct_testimonials_slider]
    ```

* **Slide columns for testimonial rotator:**
 [rct_testimonials_slider slides_column
=”2″] (Display no of columns in testimonial rotator ) * **design:** [rct_testimonials_slider
design=”design-1″] ( ie Select the design for testimonial. Values are design-1, 
design-2, design-3, design-4 ) * **Number of testimonial slides at a time:** [rct_testimonials_slider
slides_scroll=”2″] (Controls number of testimonial rotate at a time) * **Pagination
and arrows:** [rct_testimonials_slider dots=”false” arrows=”false”] * **Autoplay
and Autoplay Interval:** [rct_testimonials_slider autoplay=”true” autoplay_interval
=”100″] * **Testimonials Slide Speed:** [rct_testimonials_slider speed=”3000″] ***
limit:** [rct_testimonials_slider limit=”5″] ( ie Display 5 testimonials on your
website ) * **orderby:** [rct_testimonials_slider orderby=”title”] (ie Order your
testimonials by “title” OR “post_date” OR “none” OR “name” OR “rand” OR “ID” ) ***
order:** [rct_testimonials_slider order=”ASC”] ( ie Order your testimonials by “
ASC” OR “DESC” ) * **id:** [rct_testimonials_slider id=”testimonail_id”] ( ie Display
testimonials by their ID ) * **Display by category** [rct_testimonials_slider category
=”category_ID”] ( ie Display testimonials by their category ID ) * **Display client:**[
rct_testimonials_slider display_client=”false”] ( Display Client name OR: You can
use “true” OR “false”) * **Display job title:** [rct_testimonials_slider display_job
=”false”] ( Display Client job title : You can use “true” OR “false”) * **Display
company name:** [rct_testimonials_slider display_company=”false”] ( Display Client
company name : You can use “true” OR “false”) * **Display avatar:** [rct_testimonials_slider
display_avatar=”false”] ( Display Client avatar : You can use “true” OR “false”)***
Avatar size and style:** [rct_testimonials_slider size=”150″ image_style=”square”](
Set size of Client avatar and style – square, circle ) * **Display Quotes:** [rct_testimonials
display_quotes=”false”] ( Display Quotes: You can use “true” OR “false”)

#### Here is Template code

    ```
    <?php echo do_shortcode('[rct_testimonials]'); ?> 
    <?php echo do_shortcode('[rct_testimonials_slider]'); ?> 
    ```

#### Available fields :

 * Title
 * Testimonials Content
 * Job Title
 * Company
 * Website URL
 * Picture

#### New Features include:

 * Added 4 New Designs.
 * Display Testimonial categories wise.
 * Display Testimonial on home page with limit `[rct_testimonials limit="1" ]`
 * Adding a Random Testimonial to Your Page.
 * Responsive.
 * Display testimonials using an easy testimonial widget.
 * Add Client image.

#### Pro Features include:

> **Premium Version**
>  * Added 15 New Designs.
>  * Testimonial front-end form.
>  * Star rating
>  * Display testimonials using 15 testimonial widget designs.
>  * Display Testimonial categories wise.

#### Why Use Testimonials?

 * The web has made it easier for consumers to get recommendations not only from
   friends, but to see secure, verified Testimonial from people all over the world.
 * Testimonials help potential customers get to know that you are a credible business.
 * Testimonials, when used effectively, are a great tool to increase conversions
   rates on your website!

## Instalación

 1. Upload the ‘RC Testimonial Plugin with Widget’ folder to the ‘/wp-content/plugins/’
    directory.
 2. Activate the “RC Testimonial Plugin with Widget” list plugin through the ‘Plugins’
    menu in WordPress.
 3. Add a new page and add this short code
     [rct_testimonials]
 4. If you want to display Testimonial using slider then use this short code
     [rct_testimonials_slider]
 5. Here is Template code
 6. If you want to display Testimonial using slider then use this template code

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Row Column Testimonials with widget” es software de código abierto. Las siguientes
personas han contribuido a este plugin.

Colaboradores

 *   [ bijon ](https://profiles.wordpress.org/bijon/)

[Traduce “Row Column Testimonials with widget” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/row-column-testmonial-with-widget)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/row-column-testmonial-with-widget/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/row-column-testmonial-with-widget/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/row-column-testmonial-with-widget/)
por [RSS](https://plugins.trac.wordpress.org/log/row-column-testmonial-with-widget/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versión **1.0**
 *  Última actualización **hace 10 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 3.1 o superior **
 *  Probado hasta **4.5.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/row-column-testmonial-with-widget/)
 * Etiquetas
 * [Testimonial](https://cl.wordpress.org/plugins/tags/testimonial/)[testimonials](https://cl.wordpress.org/plugins/tags/testimonials/)
   [widget](https://cl.wordpress.org/plugins/tags/widget/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/row-column-testmonial-with-widget/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/row-column-testmonial-with-widget/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/row-column-testmonial-with-widget/reviews/)

## Colaboradores

 *   [ bijon ](https://profiles.wordpress.org/bijon/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/row-column-testmonial-with-widget/)