G
G
Grigarash2015-10-15 20:34:06
Web development
Grigarash, 2015-10-15 20:34:06

Where to look for the file responsible for the structure of the site page on the wordpress engine?

When viewing the page's code, Google Chrome says that this file is located in the login folder. But hosting doesn't have it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2015-10-16
@dimasmagadan

add this code to functions.php file of your theme

function show_template() {
        global $template;
        print_r($template);
}
add_action('wp_head', 'show_template');

you will be told which file is responsible for displaying the current page

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question