Title: Client Section &#8211; More Clients?
Last modified: August 24, 2016

---

# Client Section – More Clients?

 *  [Seitiro](https://wordpress.org/support/users/seitiro/)
 * (@seitiro)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/client-section-more-clients/)
 * Hey,
 * i really like the theme and am making a very nice page with it.
 * BUT: is it possible to add more than 5 clients to the area of the home page? 
   Any customization of the template-front-page.php or something?
    Either to get
   another row of 5 clients, OR to make the whole thing slide or something and add
   some more. :/
 * that would be so awesome. thx 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/client-section-more-clients/#post-6036542)
 * Hi Seitiro,
    Hope you’re well:)
 * 1. Create Child_Theme
    2. Copy paste the template-front-page.php in child theme
   directory 3. Open this file and add following code as many times you want starting
   from line:74
 *     ```
       <li class="span2"><a href="your-link" title="your-title"><img alt="client-logo" src="your-image-src"></a></li>
       ```
   
 * replace your-link, your-title, your-image-src with relevant things
 * Another way is :-
    - Setting Options
 *  - Open **options.php**
    - Copy code between Line: 470 to 491
    - Paste the copied code as many times you want immediately after line 491 and
      change ‘name’, ‘desc’, ‘id’ as already done for other logos
 *  - Getting Options
 *  - Open **template-front-page.php**
    - Copy code on line 73
    - Start Pasting immediately after this and change the relevant things here as
      well
 *  [jowane](https://wordpress.org/support/users/jowane/)
 * (@jowane)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/client-section-more-clients/#post-6036577)
 * Hi Tanay,
    I had the same issue and the second method worked fine for me. Many
   thanx!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Client Section – More Clients?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/invert-lite/1.0.17/screenshot.
   png)
 * Invert Lite
 * [Support Threads](https://wordpress.org/support/theme/invert-lite/)
 * [Active Topics](https://wordpress.org/support/theme/invert-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/invert-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/invert-lite/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [jowane](https://wordpress.org/support/users/jowane/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/client-section-more-clients/#post-6036577)
 * Status: not resolved