markdown 儿童主题的Wordpress翻译

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 儿童主题的Wordpress翻译相关的知识,希望对你有一定的参考价值。

Step 1:
Add `languages` directory to your theme

Step 2:
Download correct `.mo` file into the `languages` directory you created

Step 3:
Generate `.po` file from the `.mo` file using PoEdit

Step 4 (if using child theme): 
Add in the following to your `functions.php` file, changing the name for the parent theme:
```
// Load translation files from your child theme instead of the parent theme
function my_child_theme_locale() {
	load_child_theme_textdomain( 'YOUR-PARENT-THEME', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'my_child_theme_locale' );
```

以上是关于markdown 儿童主题的Wordpress翻译的主要内容,如果未能解决你的问题,请参考以下文章

php WordPress ::主题:: Divi儿童主题

Wordpress Orignal主题与儿童主题的区别[重复]

如何让wordpress了解我的自定义主题不是儿童主题?

Wordpress 儿童主题未出现在仪表板中

css WordPress - 儿童主题 - style.css模板

css WordPress - 儿童主题模板(适用于网络代理商)