【发布时间】:2017-09-05 02:51:52
【问题描述】:
我正在开发 Genesis Wordpress 主题。我想要的是为主题添加一个自定义标题。如何在下面的代码截图中获取标题选择器?
// Add support for custom header.
add_theme_support( 'custom-header', array(
'width' => 600,
'height' => 160,
'header-text' => false,
'flex-height' => true,
) );
【问题讨论】: