Title: note for your documentation
Last modified: August 30, 2016

---

# note for your documentation

 *  Resolved [rudtek2](https://wordpress.org/support/users/rudtek2/)
 * (@rudtek2)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/note-for-your-documentation/)
 * you have great references in your documents library! Thank you. A quick note
 * when changing templates based on this page:
    [https://wpstorelocator.co/document/load-custom-store-locator-template/](https://wpstorelocator.co/document/load-custom-store-locator-template/)
 * you state the user should use
 *     ```
       'path' => get_template_directory() . '/' . 'wpsl-templates/custom.php'
       ```
   
 * this will only bring the url for the PARENT theme. If someone is using a child
   theme, it woule be better to use:
 *     ```
       'path' => get_stylesheet_directory()  . '/' . 'wpsl-templates/custom.php'
       ```
   
 * This way the wpsl-templates (or whatever it’s named as) can be placed in the 
   CHILD theme folder.
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/note-for-your-documentation/#post-6891855)
 * Thanks for letting me know, I will change it 🙂

Viewing 1 replies (of 1 total)

The topic ‘note for your documentation’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/note-for-your-documentation/#post-6891855)
 * Status: resolved