AvoTickerNews is a lightweight WordPress plugin that displays recent blog posts in a scrolling news ticker.
- Automatically fetches and displays the latest blog posts.
- Smooth scrolling animation.
- Customizable styles and layout.
- Shortcode support for easy placement:
[blog_post_ticker]
- Responsive design for all devices.
- Download and extract the
avo-ticker-news.zip
file. - Upload the
avo-ticker-news
folder to the/wp-content/plugins/
directory. - Activate the plugin through the "Plugins" menu in WordPress.
- Use the shortcode
[blog_post_ticker]
in any post, page, or widget to display the ticker. - Customize the ticker's styling by modifying the
style.css
file in theassets
folder.
To modify the ticker settings, edit the avo-ticker-news.php
file:
- Change the number of displayed posts by modifying
'posts_per_page' => 5
. - Adjust animation speed in the
@keyframes ticker-scroll
CSS rule.
- Initial release with basic functionality.
This plugin is licensed under the GPL3 License.
Developed by Joseph Brzezowski - AvocadoWeb