我正在尝试在我的二十七岁儿童主题中集成选项树插件,但它不能正常工作。
bellow是在子主题中添加选项树后的代码。
// Integrate OptionTree
add_filter( 'OT_CHILD_THEME_MODE', '__return_true' );
/* Theme Options */
require_once( get_template_directory() . '/option-tree/ot-loader.php' );
// Hide Documentation Page
add_filter( 'ot_show_pages', '__return_false' );
add_filter( 'ot_show_new_layout', '__return_false' );
答案 0 :(得分:0)
将option-tree目录放在主题的根目录中。例如,服务器路径为 / wp-content / themes / theme-name / option-tree /. 将以下代码添加到functions.php。
的开头initiallyHidden