How to add News Scroll on your website
via Shortcode
Use the following shortcode, to show the news scroll to your any posts or pages.
Shortcode for version 2.0 to 5.0 : [NEWS:TYPE=widget]
Shortcode for version 6.0 to 8.7.1 : [news-announcement type="widget"]
Shortcode for version 8.8 onwards : [news-announcement group="sample"]
via Widget
Step 1 : Go to your WordPress dashboard -> Appearance -> Widgets -> Drag & drop News Announcement Scroll widget to your desired location in the active sidebar.
Step 2 : Click on save.
via PHP code
Use following code and to display the news via your theme file :
<?php if (function_exists ('news_announcement')) news_announcement(); ?>