בכדי להציג ב header באיזו תבנית קובץ עמוד מסויים משתמש הוסיפו את הקוד הבא לקובץ functions.php
:
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}
בכדי להציג ב header באיזו תבנית קובץ עמוד מסויים משתמש הוסיפו את הקוד הבא לקובץ functions.php
:
add_action('wp_head', 'show_template');
function show_template() {
global $template;
print_r($template);
}