August 14, 201312 yr So I want edit my wordpress page, where can I do that? wp-content/themes? Also I have like 20 errors on 3wc validator, and it says that error is like in line 1700. How to find that exact line? How do I know in which file is it?
August 14, 201312 yr Basically, right click view source and then see which line/element is on the line. Chrome has line numbers on there and if you are using W3C validator then there should be the code that is wrong below the outcome. If you have access to the backend then the index file will be in "wp-content > themes > (theme name) > index.php" This index file will have the main page in there but it will probably call in the header, sidebar, footer, etc as they are different files that can be edited separately.
August 14, 201312 yr Index.php is the template that displays the blog. There could be a front-page.php (shows the front page which is the actual home) Page.php is the template that is responsible for generated pages, so your home page could be one of the above. Also possible is to have a template page called home page or similar. Hope that helps a bit
September 10, 201312 yr Also, searching all files for a class or id can help you find the right file. Works for me!
Create an account or sign in to comment