add_theme_support在functions.php上不起作用
在Wordpress上开发新主题时, 我只是注意到add_theme_support对我不起作用。我在头结束之前叫<?php wp_head();?>, 在主体结束之前叫<?php wp_footer();?>。我正...
在Wordpress上开发新主题时, 我只是注意到add_theme_support对我不起作用。我在头结束之前叫<?php wp_head();?>, 在主体结束之前叫<?php wp_footer();?>。我正...
我正在自定义wordpress主题。现在, 我的主题没有功能图片功能。我尝试阅读https://codex.wordpress.org/Post_Thumbnails, 发现我需要添加以下行:add_theme_support(‘...