开发者

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

开发者 https://www.devze.com 2023-02-14 01:44 出处:网络
I would like to create new page (with specific style) on child theme. I creat开发者_StackOverflow中文版ed a page.php on child theme, however, it doesn\'t work. Instead of, parent theme\'s pape.php doe

I would like to create new page (with specific style) on child theme. I creat开发者_StackOverflow中文版ed 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消