Hi,
I setup website in China and use Newscard Pro to build the wesite. and according the local regulation requirement, I need to add my local register number (ICP) in the bottom of the webpage. Can anyone teach me how to add it in the theme?
I searched from google and found some people said this command in wp-config.php needs to change and need to update footer.php file.
define(‘WP_ZH_CN_ICP_NUM’, true);
Footer.php
<?php echo get_option( ‘zh_cn_l10n_icp_num’ );?>
but it does not work under newscard pro, because it is only work for default theme.
Please advise how to add it in newscard theme.
Thank you!