开发者 |
omikant
wptutorialspoint |
---|---|
更新时间 | 2017年7月14日 00:23 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
<?php echo do_shortcode('[allinone-news]'); ?>
shortcodes.
As of version 1.12, Please use '[allinone-news-category category=""]' or <?php echo do_shortcode('[allinone-news-category category=""]'); ?>
shortcodes.
Credits
This plugin was written by Umakant Sonwani.
allinone-news-scroll
folder to the /wp-content/plugins/
directoryallinone-news-scroll
plugin through the 'Plugins' menu in WordPress[allinone-news]
shortcode in a Page or Post[allinone-news-category category=""]
shortcode in a Page or Post by category.news_updates
post type, uploading a Featured Image for each.Place the [allinone-news]
shortcode in a Page or Post
Absolutely - you just need to use the do_shortcode WordPress function. For example:
<?php echo do_shortcode('[allinone-news]'); ?>