Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,040
- How-to & Troubleshooting
- 129,763
- Creating & Extending
- 25,804
- Requests & Feedback
- 9,506
- Third Party Plugins
- 9,793
- Showcase
- 3,317
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
As for locate_template() – you’re best suited to go read about the function yourself than ask it here. It’s a WP function. I founded via Google, the search engine @ https://codex.wordpress.org/Function_Reference/locate_template
It’s a better function to use than an include because the array of template files gives the function something to fall back on if it can’t find the sought after function.