Description
This plugin will enable awesome carousel in your wordpress theme. You can use the jeba tiny carousel via shortcode in everywhere you want, even in theme files.
Wanna see how it works? Click here: http://prowpexpert.com/jeba-cute-carousel
Jeba other plugin:
Jeba cute slider plugin: http://prowpexpert.com/jeba-cute-slider Jeba cute portfolio plugin: http://prowpexpert.com/jeba-cute-portfolio Jeba cute toggle & Accordion: http://prowpexpert.com/jeba-cute-tab
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-directory
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want use the jeba tiny carousel in your theme php, Place
<?php echo do_shortcode('[jeba_carousel]'); ?>
in your templates. - In the [jeba_carousel] shortcode you can change post_type=””, id=””, count=”” . Here count is total post.
Shortcodes
Use Jeba tiny carousel shortcode
[jeba_carousel]
Here can change
[jeba_carousel post_type="" id="" count=""]
FAQ
How can change post_type=”” id=”” count=””?
In “post_type” you can use “post”, “page” and other “custom_post_type”. In “id” you can use jeba1, jeba2, jeba3 and jeba4 to different style slide. In “count” can use total how many post want to be slide.
How linking the tiny slide images?
In the JebaCarousels custom post have been used a custom fields name “link”. By using the ‘link’ custom fields everyone can use any link for tiny slide images.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Jeba tiny carousel” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Jeba tiny carousel” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial Release