开发者 | Mike_Oberdick |
---|---|
更新时间 | 2016年3月31日 10:05 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 4.5 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wc-welcome-message
to the /wp-content/plugins/wc-welcome-message
directory or install the plugin through the WordPress plugins screen.The message is wrapped in a paragraph tag with the id of wc-welcome-message which can be used for css styles.
Add the following code to your template file:
<?php echo do_shortcode( '[wc_welcome_message]' ); ?>
By default, each message has a fallback which will display if a message isn't saved in the settings.