What Are Testimonial Feeds?
Testimonial feeds let you easily display customer reviews and testimonials anywhere on your website. You can choose how many to show, pick a beautiful design style, and even filter by specific team members or featured testimonials.
How to Add Testimonials
1. Open Your Page Editor
1. Open Your Page Editor
- Go to any page or post you want to edit
- Click in the content area where you want the testimonials to appear
2. Add the Testimonials
- Look for the **Insert** menu at the top of the editor
- Click **Insert** → **Testimonial RSS Feed**
3. Choose Your Settings
- How many testimonials? Pick a number between 1 and 6 (3 is the default)
- Show only featured? Check this box if you only want to show your best testimonials
- Pick a design style - Choose from the dropdown menu (you'll see a preview!)
- User ID (optional) - Only fill this in if you want testimonials from one specific person (see "How to Find a User ID" below)
4. See a Preview
- When you pick a design style, you'll see a small picture showing how it will look
- This helps you choose the perfect style before adding it
5. Add It
- Click **Insert** and you're done!
- The testimonials will appear on your page
How to Find a User ID
If you want to show testimonials from a specific team member, you'll need their User ID. Here's how to find it:
1. Go to the Admin Panel
- Log into your admin dashboard
- Navigate to the People section
2. Open the Person's Profile
- Click on the person whose testimonials you want to display
- This will open their profile page
3. Look at the URL
- Look at the address bar at the top of your browser
- You'll see a URL that looks something like this https://daknoadmin.com/yoursite.com/people.php?a=60643&r=username
4. Find the Number
- Find the part that says `a=` followed by a number
- In the example above, `a=60643` means the User ID is **60643**
- That's the number you'll enter in the User ID field!
Example:
- If your URL is: `people.php?a=12345&r=john`
- Then the User ID is: **12345**
**Tip:** You don't need to include the `a=` part, just the number itself!
Shortcode Examples
If you prefer to add testimonials using shortcodes directly, here are some examples:
Default (Basic)
Show 3 testimonials with default styling:
[testimonial-rss]
With Count
Show a specific number of testimonials:
[testimonial-rss cnt="5"]
With Featured Only
Show only featured testimonials:
[testimonial-rss featured="true"]
With Layout
Show testimonials using a specific design style:
[testimonial-rss layout="columns"]
Mixed Examples
Combine multiple options:
Show 4 featured testimonials:
[testimonial-rss cnt="4" featured="true"]
Show 6 testimonials in Columns layout:
[testimonial-rss cnt="6" layout="columns"]
Show 3 featured testimonials in Spotlight layout:
[testimonial-rss cnt="3" featured="true" layout="spotlight"]
Show 5 testimonials from a specific user:
[testimonial-rss cnt="5" user="60643"]
Show 4 featured testimonials from a specific user in Booklet layout:
[testimonial-rss cnt="4" featured="true" user="60643" layout="booklet"]