Title: Adding content to title section
Last modified: October 9, 2016

---

# Adding content to title section

 *  [edcole](https://wordpress.org/support/users/edcole/)
 * (@edcole)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/adding-content-to-title-section/)
 * I am needing to add a button to the title section of the harmonic frontpage. 
   I am using a plugin to create the button. I am not sure customizer will only 
   allow title to be added to the page. What settings should I modify?

Viewing 1 replies (of 1 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/adding-content-to-title-section/#post-8275604)
 * Hi [@edcole](https://wordpress.org/support/users/edcole/),
 * There isn’t a built in way to add any extra content to Harmonic’s Title panel.
   To add content, you’ll need to add to the theme’s underlying HTML template file.
 * The first step to do that is to set up a child theme.
 * In case you’re unsure, the following guides provide a good introduction to child
   themes, including steps to set one up:
    - [https://codex.wordpress.org/Child_Themes](https://codex.wordpress.org/Child_Themes)
    - [https://wordpress.tv/2015/05/12/kathryn-presner-getting-comfortable-with-child-themes/](https://wordpress.tv/2015/05/12/kathryn-presner-getting-comfortable-with-child-themes/)
 * After you have completed that step, copy the parent’s **content-front-intro.php**
   file to your child theme’s directory and then open it in your favourite text/
   code editor.
 * The code in this file pulls in the title, tagline, and logo to the Title panel.
 * As a starting point, you can try adding the code for your button just above this
   part of the file:
 * `</div><!-- #header-branding -->`
 * The exact code will depend on what your plugin supplies.
 * If you don’t wish to set up a child theme then, as an alternative, you could 
   consider adding the code for the button to the Page panel.
 * Hope that helps put you on the right path!

Viewing 1 replies (of 1 total)

The topic ‘Adding content to title section’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/adding-content-to-title-section/#post-8275604)
 * Status: not a support question