• Resolved webtinker

    (@webtinker)


    The demo link.
    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)
Viewing 1 replies (of 1 total)

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