Title: Add another section
Last modified: August 31, 2016

---

# Add another section

 *  [satedsensitive](https://wordpress.org/support/users/satedsensitive/)
 * (@satedsensitive)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-another-section/)
 * Love onepress! My site is 90% of the way there. Need some help ~ and I’m not 
   a techie any help greatly appreciated.
 * I want to add a dedicated instagram feed in one of the sections so it’s part 
   of my front page not down at the bottom in the footer. Any assistance would be
   greatly appreciated.
 * I did upgrade to the pro version of onepress and I download the instagram feed
   plugin from smash ballon and it’s all working in a page I added. Only thing I
   don’t know how to add a dedicated section to show up. Thank you

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

 *  Theme Author [FameThemes](https://wordpress.org/support/users/famethemes/)
 * (@famethemes)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-another-section/#post-7094831)
 * Hey
    There are 2 ways to add custom sections. 1. If you upgraded to pro version
   please submit a ticket at [https://www.famethemes.com/dashboard/tickets/](https://www.famethemes.com/dashboard/tickets/)
   our staffs will help you.
 * 2. If you are using free version please following steps:
    - Create new section template in folder wp-content/themes/onepress/section-parts/
      Example: `section-my_section_id.php` . Please note: your template file must
      start width “section-“.
    - Open file wp-content/themes/onepress/template-frontpage.php see line 16-18.
      Here you can add your section to array.
       Example add your section at the bottom:
    -     ```
          $sections = array(
          					'hero', 'about', 'services', 'videolightbox', 'counter', 'team', 'news', 'contact', 'my_section_id'
          				);
          ```
      
 *  [congthien](https://wordpress.org/support/users/congthien/)
 * (@congthien)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-another-section/#post-7094834)
 * Hi,
 * There are 2 ways to add custom sections.
    1. If you upgraded to pro version please
   submit a ticket at [https://www.famethemes.com/dashboard/tickets/](https://www.famethemes.com/dashboard/tickets/)
   our staffs will help you.
 * 2. If you are using free version please following steps:
    - Create new section template in folder wp-content/themes/onepress/section-parts/
      Example: `section-my_section_id.php` . Please note: your template file must
      be start width “section-“.
    - Open file wp-content/themes/onepress/template-frontpage.php see line 16-18.
      Here you can add your section to array.
       Example add your section at the bottom:
    -     ```
          $sections = array(
          					'hero', 'about', 'services', 'videolightbox', 'counter', 'team', 'news', 'contact', 'my_section_id'
          				);
          ```
      
 *  Theme Author [FameThemes](https://wordpress.org/support/users/famethemes/)
 * (@famethemes)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/add-another-section/#post-7094845)
 * Hople this article may help you [http://docs.famethemes.com/article/59-how-to-add-new-section-via-child-theme-in-onepress](http://docs.famethemes.com/article/59-how-to-add-new-section-via-child-theme-in-onepress)

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

The topic ‘Add another section’ is closed to new replies.

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

## Tags

 * [add section](https://wordpress.org/support/topic-tag/add-section/)

 * 3 replies
 * 3 participants
 * Last reply from: [FameThemes](https://wordpress.org/support/users/famethemes/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/add-another-section/#post-7094845)
 * Status: not resolved