Title: Adding Text
Last modified: October 29, 2016

---

# Adding Text

 *  [ntaxes](https://wordpress.org/support/users/ntaxes/)
 * (@ntaxes)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-text-3/)
 * Hi,
    I was wondering if it’s possible to add a line of descriptive text just 
   below the time cell table. Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Amin – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support2/)
 * (@wpmudev-support2)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-text-3/#post-8373263)
 * Hello ntaxes,
 * Do you mean time table that shows after you click slot in monthly calendar? Or
   just under the calendar (Weekly or monthly)?
    Both calendars are inserted with
   shortcodes: [app_schedule] [app_monthly_schedule]
 * so you can add text below those.
 * To add text under the time table you would need to change plugin code in file/
   wp-content/plugins/appointments/appointments.php in line 2239, where you would
   need to add
 *     ```
       		$ret .= '<p>YOUR TEXT</p>';
       ```
   
 * but then you have to remember about that change when updating plugin code.
 * kind regards,
    Kasia
 *  Thread Starter [ntaxes](https://wordpress.org/support/users/ntaxes/)
 * (@ntaxes)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/adding-text-3/#post-8374304)
 * Thank you for the help Kasia 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Text’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointments_eaf36c.svg)
 * [Appointments](https://wordpress.org/plugins/appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointments/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ntaxes](https://wordpress.org/support/users/ntaxes/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/adding-text-3/#post-8374304)
 * Status: not resolved