Title: [Plugin: WPtouch] Loading TEMPLATEPATH files
Last modified: August 20, 2016

---

# [Plugin: WPtouch] Loading TEMPLATEPATH files

 *  Resolved [tvharms](https://wordpress.org/support/users/tvharms/)
 * (@tvharms)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wptouch-loading-templatepath-files/)
 * To load reused files in my theme I like to use the following code:
    <?php include(
   TEMPLATEPATH . ‘/includes/my_file.php’); ?>
 * Standard practice as far as I know, but wptouch does not load any included files
   that use this code.
 * Any thoughts on possible fixes or has anyone run across this before?
 * [http://wordpress.org/extend/plugins/wptouch/](http://wordpress.org/extend/plugins/wptouch/)

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

 *  [BraveNewCode Inc.](https://wordpress.org/support/users/bravenewcode/)
 * (@bravenewcode)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wptouch-loading-templatepath-files/#post-2248166)
 * WPtouch loads its own theme, so for it, `TEMPLATEPATH` is the path to the wptouch
   theme folder, not the desktop theme. You’ll need to add the files to WPtouch’s
   theme folder as well.
 * Please note: this is unsupported. For support doing so please upgrade to WPtouch
   Pro, which supports child themes and copied themes that survive upgrades.
 *  Thread Starter [tvharms](https://wordpress.org/support/users/tvharms/)
 * (@tvharms)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wptouch-loading-templatepath-files/#post-2248169)
 * Thanks

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

The topic ‘[Plugin: WPtouch] Loading TEMPLATEPATH files’ is closed to new replies.

 * ![](https://ps.w.org/wptouch/assets/icon-256x256.png?rev=1313960)
 * [WPtouch - Make your WordPress Website Mobile-Friendly](https://wordpress.org/plugins/wptouch/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wptouch/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wptouch/)
 * [Active Topics](https://wordpress.org/support/plugin/wptouch/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wptouch/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wptouch/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [tvharms](https://wordpress.org/support/users/tvharms/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wptouch-loading-templatepath-files/#post-2248169)
 * Status: resolved