Find PHP files on my WP site
I created my own site using wordpress
and I want to edit some code in some files PHP
, but I don't know how to find my code file in the host. Can someone tell me how to find these files?
+3
MARK
source
to share
2 answers
You cannot edit in these files because the original file is on the server side. You can find css files, but not source files. however, it is not recommended to edit the main file.
+1
conn
source
to share
There is no way to find the original file with any tool. because the original file is on the server side. you can find out the name or path of the css file with firebug tool, but not the path to the source code file.
+1
ub_303
source
to share