'Where do php files belong to in wordpress
I apologize if my question is pretty straightforward, but I have some hot task and I don't really have much knowledge of PHP nor Wordpress. But I need to know how can I run wordpress website locally with all php files needed to route through it already defined? Could you tell where do these files belong in Wordpress project and where could I find information that could help me to tune in?
I have a lot of errors in this files telling that functions are not defined. Having googled function names, I found out that these files use Wordpress functions like get_footer() etc.. It might also help...
Apparently, this site is already running and only uses these files as frontend
Solution 1:[1]
Those files belong in your theme folder.
/wp-content/themes/yourtheme
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Oratorio Tangram |

