Title: Add HTML before event content
Last modified: May 20, 2020

---

# Add HTML before event content

 *  Resolved [Nathalie](https://wordpress.org/support/users/honeycombstudios/)
 * (@honeycombstudios)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/add-html-before-event-content-3/)
 * I need the “Events” and “Save the date” columns to show up on the main events
   page:
    [https://scrippsclinic.wpengine.com/events/](https://scrippsclinic.wpengine.com/events/)
 * but not on the individual events:
    [https://scrippsclinic.wpengine.com/event/biology-seminar/](https://scrippsclinic.wpengine.com/event/biology-seminar/)
 * I currently have added these two sections under the: Add HTML before event content
 * Should I have placed it somewhere else so it only shows up on the main events
   page?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fadd-html-before-event-content-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Santiago](https://wordpress.org/support/users/sjaure/)
 * (@sjaure)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/add-html-before-event-content-3/#post-12873634)
 * Hi [@honeycombstudios](https://wordpress.org/support/users/honeycombstudios/),
   
   Thanks for reaching out,
 * If you only want the text to show in a specific view, then you need to create
   a custom template for the view content file.
    For the month view, the template
   you need to customize is: /the-events-calendar/src/views/month/content.php
 * Create a copy and place it here: [your-theme]/tribe-events/month/
 * A good place to put the text is after the header on line 25.
    Note that Fusion
   is hiding the default header element, so make sure you assign a different id 
   to this text. Also note that this customization will only work using the legacy
   styles as you are using now. For the V2 Styles you need to customize a different
   template.
 * Last, this is an example for month view. If you want to do the same for List 
   view it is a similar process with this template> /the-events-calendar/src/views/
   list/content.php
 * I hope it helps
    Let me know how it goes
 * Best
    Santiago

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/)

## Tags

 * [customization](https://wordpress.org/support/topic-tag/customization/)
 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * 1 reply
 * 2 participants
 * Last reply from: [Santiago](https://wordpress.org/support/users/sjaure/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/add-html-before-event-content-3/#post-12873634)
 * Status: resolved