在WordPress中我创建自定义页面
<?php /*custom page template*/?>
并通过filezilla在wp-content / themes / twentytwenty / templates中添加它, 但是从仪表板添加页面时我找不到我的自定义页面
#1
例如:你的模板名称是自定义的
在wp-content / themes / twentytwenty中添加custom.php
并在custom.php之上添加
<?php /* Template Name: custom */ ?>
评论前必须登录!
注册