Title: A1 Theme &#8211; Core Features Section List Items
Last modified: August 22, 2016

---

# A1 Theme – Core Features Section List Items

 *  Resolved [webtinker](https://wordpress.org/support/users/webtinker/)
 * (@webtinker)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/a1-theme-core-features-section-list-items/)
 * [The demo link.](http://www.nexthopllc.com/)
    My client has purchased this theme
   and asked me to customize.
 * In the Core Features Section there are 3 columns, the content displayed is in
   paragraph <p> tag, my client like to list items on those 3 columns, either ordered
   or un-ordered. How to accomplish this?
 * Right now i see the code as follows on the home-page.php template:
 *     ```
       <?php if(!empty($a1_options['section-title-'.$a1_section_i])) { echo '<h5>'.esc_attr($a1_options['section-title-'.$a1_section_i]).'</h5>'; }
       						 if(!empty($a1_options['section-content-'.$a1_section_i])) { echo '<p>'.esc_attr($a1_options['section-content-'.$a1_section_i]).'</p>'; } ?>
       ```
   
 * As i am new to PHP, someone kindly point me in the right direction.
    Thanks in
   advance, Amarnath Jaganathan

Viewing 1 replies (of 1 total)

 *  Theme Author [FasterThemes](https://wordpress.org/support/users/fasterthemes/)
 * (@fasterthemes)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/a1-theme-core-features-section-list-items/#post-5780061)
 * Ask him to raise a ticket from FasterThemes dashboard and will help him.
    Cheers.

Viewing 1 replies (of 1 total)

The topic ‘A1 Theme – Core Features Section List Items’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/a1/2.3/screenshot.png)
 * A1
 * [Support Threads](https://wordpress.org/support/theme/a1/)
 * [Active Topics](https://wordpress.org/support/theme/a1/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/a1/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/a1/reviews/)

## Tags

 * [li](https://wordpress.org/support/topic-tag/li/)
 * [list](https://wordpress.org/support/topic-tag/list/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [ul](https://wordpress.org/support/topic-tag/ul/)

 * 1 reply
 * 2 participants
 * Last reply from: [FasterThemes](https://wordpress.org/support/users/fasterthemes/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/a1-theme-core-features-section-list-items/#post-5780061)
 * Status: resolved