Can I create new page.php on child theme in wordpr

2019-08-25 04:24发布

I would like to create new page (with specific style) on child theme. I created a page.php on child theme, however, it doesn't work. Instead of, parent theme's pape.php does. When I remove the parent theme's pape.php, it redirects index.php.

Can I create new page.php on child theme in wordpress?

1条回答
劫难
2楼-- · 2019-08-25 04:52

Sounds strange. As i understood you can overload all the files in your parent-theme from the child-theme by just creating a new -filename-.php. Here is som good reading Wordpress Child Theme

查看更多
登录 后发表回答