Wordpress is not using page.php page [closed]

0

Greetings, I need to use the page.php page but always load is the index.php and I do not know why this is presented, since the wordpress hierarchy should always show page.php first than the index.php obviously the two pages are already created, I would like your help

    
asked by Juan David 20.03.2017 в 17:54
source

1 answer

1

Where do you want to use it from?

page.php is the default template of the pages, try to put another template to the page you created.

If you are using get_template_part() try calling page directly get_template_part('page')

    
answered by 20.03.2017 / 18:40
source