无法在wordpress中添加自定义页面
Can't Add custom page in wordpress
我在 wordpress 中创建自定义页面
<?php /*custom page template*/?>
并通过 filezilla 添加到 wp-content/themes/twentytwenty/templates
但是从仪表板添加页面时,我找不到我的自定义页面
例如:您的模板名称是自定义的
在wp-content/themes/twentytwenty
中添加custom.php
和
在 custom.php 之上添加
<?php /* Template Name: custom */ ?>
我在 wordpress 中创建自定义页面
<?php /*custom page template*/?>
并通过 filezilla 添加到 wp-content/themes/twentytwenty/templates
但是从仪表板添加页面时,我找不到我的自定义页面
例如:您的模板名称是自定义的
在wp-content/themes/twentytwenty
中添加custom.php和 在 custom.php 之上添加
<?php /* Template Name: custom */ ?>