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

北战南征 提交于 2019-12-11 23:42:52

问题


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:


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



来源:https://stackoverflow.com/questions/5141514/can-i-create-new-page-php-on-child-theme-in-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!