> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-1/testimonial.md).

# Testimonial

### 6. Testimonial Section

> Row stretch: Stretch row and content
>
> Column: 2

![](/files/VjNwjBbrpuBtYn8VJ0cJ)

#### **Column:1**

Extra class name: testimonial-home6

Open text blog inside testimonial row.

Copy below code and paste the text block

`[testimonials_cycle theme="default_style" count="-1" order_by="date" order="ASC" show_title="0" use_excerpt="1" show_thumbs="1" show_date="1" show_other="0" hide_view_more="0" testimonials_per_slide="1" transition="fade" timer="5000" pause_on_hover="true" auto_height="container" show_pager_icons="1" prev_next="0" display_pagers_above="0" paused="0"]`&#x20;

![](/files/X090VBXjKwXUw3vTdXIJ)

click save changes button.

#### **Column 2:**

Extra Class name: home6-achieve

Open a Text block.

Copy and below code.

```html
<div class="choose">
<div class="row choose-block">
<div class="col-xs-2 icon-holder">[icon name="foursquare" class="" unprefixed_class=""]</div>
<div class="col-xs-10 text_holder">
<h3>Free Plans</h3>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s.

</div>
</div>
<div class="row choose-block">
<div class="col-xs-2 icon-holder icon1">[icon name="money" class="" unprefixed_class=""]</div>
<div class="col-xs-10 text_holder">
<h3>Financial Planning</h3>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s.

</div>
</div>
<div class="row choose-block">
<div class="col-xs-2 icon-holder icon2">[icon name="universal-access" class="" unprefixed_class=""]</div>
<div class="col-xs-10 text_holder">
<h3>Savings Solutions</h3>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s.

</div>
</div>
</div>
```

Save and close.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-1/testimonial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
