nicelylit / JeremysWorld

WordPress theme for my personal blog https://mjm1990.com/.
GNU General Public License v2.0
1 stars 0 forks source link

Add ICP NUM in the footer #6

Closed jiamingm1990 closed 1 year ago

jiamingm1990 commented 1 year ago

Add ICP NUM in the footer.

jiamingm1990 commented 1 year ago

Download source code from here. https://github.com/wikieden/wp_mianfei/blob/master/wp/wp-content/languages/zh_CN.php

Add one new line

add_action( 'jeremysworld_credits', 'zh_cn_l10n_icp_num' );

Add an option into wp-config.php.

Modify the docker-compose.yml.

Restart the docker container.

docker-compose up -d
jiamingm1990 commented 1 year ago

Refer to these two docs

jiamingm1990 commented 1 year ago

https://github.com/jiamingm1990/JeremysWorld/commit/238f50eb1195fd62d326a7c409bcda02f40f6d98