Title: Custom templates in theme?
Last modified: August 22, 2016

---

# Custom templates in theme?

 *  [Amanda Giles](https://wordpress.org/support/users/shedonist/)
 * (@shedonist)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/custom-templates-in-theme/)
 * I am trying to add some fields to the current.html template. To start I just 
   copied the current.html file over into my theme into a wunderground folder as
   indicated, so the file is at wp-content/themes/mytheme/wunderground/current.html
 * The issue is that the plugin doesn’t seem to be picking up on my new template.
   I added an additional class (without changing any other code) in so I would be
   able to tell when the new template was used.
 * I thought cache might be the issue, so I even reset the cache to 60 seconds:
 *     ```
       function mytheme_wunderground_cache_time($cache_time) {
           return 60;
       }
       add_filter('wunderground_cache_time', 'mytheme_wunderground_cache_time');
       ```
   
 * Has anyone else successfully used customized templates? It seems pretty simple
   and I’m following the directions in the template itself, but it doesn’t seem 
   to be working.
 * Any and all help appreciated!
 * [https://wordpress.org/plugins/wunderground/](https://wordpress.org/plugins/wunderground/)

Viewing 1 replies (of 1 total)

 *  [Christee](https://wordpress.org/support/users/cgamron/)
 * (@cgamron)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/custom-templates-in-theme/#post-5701877)
 * Amanda – I can vouch that custom templates do work. I customized table-vertical,
   and use a combination of plugin and child theme files.
 * Your file location looks fine. Could the issue be your shortcode?

Viewing 1 replies (of 1 total)

The topic ‘Custom templates in theme?’ is closed to new replies.

 * ![](https://ps.w.org/wunderground/assets/icon-256x256.jpg?rev=1000977)
 * [Weather Underground](https://wordpress.org/plugins/wunderground/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wunderground/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wunderground/)
 * [Active Topics](https://wordpress.org/support/plugin/wunderground/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wunderground/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wunderground/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Christee](https://wordpress.org/support/users/cgamron/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/custom-templates-in-theme/#post-5701877)
 * Status: not resolved