Title: Add HTML before event content
Last modified: August 31, 2016

---

# Add HTML before event content

 *  Resolved [linkus100](https://wordpress.org/support/users/linkus100/)
 * (@linkus100)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/add-html-before-event-content/)
 * Hello.
 * I am trying to add some html in the section “Add HTML before event content”. 
   So i add it when press save button, the page is being updated and there isn’t
   any content which i added.
    The same with section “Add HTML after event content”.
 * Please help.
 * [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)

Viewing 1 replies (of 1 total)

 *  [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * (@geoffgraham)
 * [10 years ago](https://wordpress.org/support/topic/add-html-before-event-content/#post-7402315)
 * Hi [@linkus100](https://wordpress.org/support/users/linkus100/),
 * Are you using the default events template in Events > Settings > Display? If 
   not, please switch to that and see if it makes a difference.
 * Worst case, you should be able to hook into the template and place custom content
   before the event content using a snippet like this:
 *     ```
       add_filter('tribe_events_before_html', 'tribe_custom_events_before_html');
   
       function tribe_custom_events_before_html() {
   
       	 return '<p>Your custom content here!</p>';
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Add HTML before event content’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Geoff Graham](https://wordpress.org/support/users/geoffgraham/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/add-html-before-event-content/#post-7402315)
 * Status: resolved