Title: Adding text between header and posts
Last modified: August 30, 2016

---

# Adding text between header and posts

 *  [slabadie](https://wordpress.org/support/users/slabadie/)
 * (@slabadie)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-text-between-header-and-posts/)
 * Is it possible to add text between the header text and first post?
    [http://quantum.esu.edu/homecoming2/](http://quantum.esu.edu/homecoming2/)

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-text-between-header-and-posts/#post-6334511)
 * How much text do you want to add? Would it remain the same or would you need 
   to change it regularly?
 * If you only want to add a small piece of text, and it wouldn’t change regularly,
   the very easiest way to do it would be using some custom CSS.
 *     ```
       .site-branding::after {
            content: "Hello!";
       }
       ```
   
 * Other methods are more complicated, and depending on your requirements, could
   entail hard-coding the text or adding a new widget area in a [child theme](http://codex.wordpress.org/Child_Themes).
 * If you let me more what you had in mind I can make further suggestions.

Viewing 1 replies (of 1 total)

The topic ‘Adding text between header and posts’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/adding-text-between-header-and-posts/#post-6334511)
 * Status: not resolved