Title: Different theme template
Last modified: November 20, 2019

---

# Different theme template

 *  Resolved [rrrobbie](https://wordpress.org/support/users/rrrobbie/)
 * (@rrrobbie)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/different-theme-template/)
 * Hello.
 * I’ve implemented the plugin, all works like a charm. However: I’d need the event
   page to show with a different theme layout, instead of the default one.
 * I think it’s currently using wp-theme-root/page.php
    I need it to point to wp-
   theme-root/page-landing.php
 * Can you suggest what code I’d need to edit to have it point to / include that
   theme template file?
 * Thanks!

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

 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/different-theme-template/#post-12185400)
 * Hi [@rrrobbie](https://wordpress.org/support/users/rrrobbie/),
 * 1. Our plugin contains hooks that allow you to edit, add and move content without
   the need to edit template files. This method protects against upgrade issues.
   
   There are several actions and filters you can use to modify content output. You
   can check \mp-timetable\classes\class-hooks.php for the list of hooks.
 * 2. Alternatively in “Developer Mode”, you can copy template files from ‘/mp-timetable/
   templates/’ folder to ‘/your-theme/mp-timetable/’ to override them.
 * 3. The Timetable plugin also supports default WordPress templates hierarchy:
   
   [https://developer.wordpress.org/themes/basics/template-hierarchy/#visual-overview](https://developer.wordpress.org/themes/basics/template-hierarchy/#visual-overview)
 * So, in your case just copy `page-landing.php` file to the theme root and name
   it `single-mp-event.php`.
 * Let me know if it helps.
 *  Plugin Contributor [motopress](https://wordpress.org/support/users/motopress/)
 * (@motopress)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/different-theme-template/#post-12234405)
 * Hi [@rrrobbie](https://wordpress.org/support/users/rrrobbie/),
    Thanks you for
   your suggestion. We’d highly appreciate if you review TimeTable plugin [https://wordpress.org/support/plugin/mp-timetable/reviews/](https://wordpress.org/support/plugin/mp-timetable/reviews/)
 *  Thread Starter [rrrobbie](https://wordpress.org/support/users/rrrobbie/)
 * (@rrrobbie)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/different-theme-template/#post-12234697)
 * Hello MotoPress,
 * Thanks you for your explanation. With your comments I was able to test a bit 
   further. Unfortunately it didn’t work, but then it dawned on me: I’m trying to
   alter theme behaviour by altering your plugins behaviour.
 * Obviously that won’t work. So I went back to the CSS of the theme and simply 
   hid the header and footer sections. Did exactly what I wanted…

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

The topic ‘Different theme template’ 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/)

## Tags

 * [override template](https://wordpress.org/support/topic-tag/override-template/)
 * [template](https://wordpress.org/support/topic-tag/template/)
 * [template hierarchy](https://wordpress.org/support/topic-tag/template-hierarchy/)

 * 3 replies
 * 2 participants
 * Last reply from: [rrrobbie](https://wordpress.org/support/users/rrrobbie/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/different-theme-template/#post-12234697)
 * Status: resolved