Title: Adding column name into event container
Last modified: October 7, 2019

---

# Adding column name into event container

 *  Resolved [fifle](https://wordpress.org/support/users/fifle/)
 * (@fifle)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/adding-column-name-into-event-container/)
 * And one more question regarding adding a column name to the event container.
 * I’ve tried to add a new `if` to `event-container.php` and can receive the column
   ID for each event container. However, I can’t find any parameter for retrieve
   column name.
 * My code snippet from event-container.php:
 *     ```
       if ( $item[ 'post' ] && ! empty( $item[ 'column_id' ] ) ): ?>
          <p class="event-subtitle"><?php echo $item[ 'column_id' ]; ?></p>
       <?php endif;
       ```
   
 * Could you help to solve this problem? This will be very useful if there is no
   way to stick a table header row while page scrolling 🙂

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/adding-column-name-into-event-container/#post-12351819)
 * Hi [@fifle](https://wordpress.org/support/users/fifle/),
    I’ve provided a style
   to make header of timetable sticky at this topic
 * [https://wordpress.org/support/topic/cant-make-table-header-sticky/](https://wordpress.org/support/topic/cant-make-table-header-sticky/)

Viewing 1 replies (of 1 total)

The topic ‘Adding column name into event container’ is closed to new replies.

 * ![](https://ps.w.org/mp-timetable/assets/icon-256x256.png?rev=2665792)
 * [Timetable and Event Schedule by MotoPress](https://wordpress.org/plugins/mp-timetable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mp-timetable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mp-timetable/)
 * [Active Topics](https://wordpress.org/support/plugin/mp-timetable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mp-timetable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mp-timetable/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [motopress](https://wordpress.org/support/users/motopress/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/adding-column-name-into-event-container/#post-12351819)
 * Status: resolved