A JQuery based Banner Displays a sliding or fading list of banner. Starting from Wordpress ver.3.0.
in Banner Aink Setting, you can set:
- Banner Aink Enable: To show Banner Aink on your site.
- Banner Aink Timeout: Milliseconds between slide transitions.
- Banner Aink Animation: Choose your transition type.
in Banner Aink Create New pages, you can set:
- Banner URL: URL for site of banner.
- Banner Title: Title for banner.
- Banner Status: Status for your Banner. If you do not want the Banner live, select "Inactive".
- Upload the folder
banner-aink
to your /wp-content/plugins/
directory,
- Activate the plugin through the "Plugins" menu in WordPress,
- Then place the following code into your theme files where you want the Banner Aink to appear:
<?php if(function_exists('BannerAink')){echo BannerAink();} ?>
OR
Type '[BannerAink]' (without the quotes) in the post's content and/or page area.
1. Configure options via the Banner Aink ==> Settings menu,
1. Create a new banner on Banner Aink ==> Create New Banner page.