注意parent theme 检查是否已定义,例如。
if ( ! function_exists( \'twenty_twenty_one_entry_meta_footer\' ) ) {
...
}
然后在子主题中定义它们
functions.php
文件,以替代相应的模板标记。
因为儿童主题functions.php
文件在父文件之前加载functions.php
归档该文件loads:
// Custom template tags for the theme.
require get_template_directory() . \'/inc/template-tags.php\';