Post Category Image With Grid And Slider Wordpress Plugin - Rating, Reviews, Demo & Download

Plugin Description
Post Category Image With Grid and Slider plugin allow users to upload category image and display in grid and slider.
View FREE DEMO | PRO DEMO or more details.
Once Post Category Image With Grid and Slider plugin activated, go to Category Image -> and Select categories option where you want to add custom image upload
This plugin features includes:
- Category grid and Slider
- Custom image for category
This plugin contain 2 shortcode:
-
Display categories in grid view
[pci-cat-grid] -
Display categories in slider view
[pci-cat-slider]
Usage
Go to Wp-Admin -> Posts -> Categories to see Custom Category Image options
You can use Following parameters with grid shortcode
pci-cat-grid
- size:
size=”full” (Enter size of image. option are large, medium, thumbnail and full) - taxonomy:
taxonomy=”category” (Display Specific taxonomy.) - term_id:
term_id=”1″ (Display Specific Category id. values are Comma separated Category Id. By Default is all.) - Order by categories:
orderby=”name” ( Accepts term fields (‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’, ‘description’) ) - Order
order=”ASC” (Accepts ‘ASC’ (ascending) or ‘DESC’ (descending). Default ‘ASC’ ) - hide_empty
hide_empty=”1″ (Accepts 1|true or 0|false. Default 1|true. ) - Grid columns :
columns=”3″ (display category in grid ) - Show title :
show_title=”true” (ie show category title or not. By default value is “true” Values are “true” and “false” ) - Show count :
show_count=”true” (ie show category post count or not. By default value is “true” Values are “true” and “false” ) - Show description :
show_desc=”true” (ie show category description or not. By default value is “true” Values are “true” and “false” )
You can use Following parameters with slider shortcode
pci-cat-slider
- size:
size=”full” (Enter size of image. option are large, medium, thumbnail and full) - taxonomy:
taxonomy=”category” (Display Specific taxonomy.) - term_id:
term_id=”1″ (Display Specific Category id. values are Comma separated Category Id. By Default is all.) - Order by categories:
orderby=”name” ( Accepts term fields (‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’, ‘description’) ) - Order
order=”ASC” (Accepts ‘ASC’ (ascending) or ‘DESC’ (descending). Default ‘ASC’ ) - hide_empty
hide_empty=”1″ (Accepts 1|true or 0|false. Default 1|true. ) - Show title :
show_title=”true” (ie show category title or not. By default value is “true” Values are “true” and “false” ) - Show count :
show_count=”true” (ie show category post count or not. By default value is “true” Values are “true” and “false” ) - Show description :
show_desc=”true” (ie show category description or not. By default value is “true” Values are “true” and “false” ) - Number of categories display at a time:
slidestoshow=”3″ (Controls number of categories display at a time) - Number of categories slides at a time:
slidestoscroll=”1″ (Controls number of categories rotate at a time) - Pagination and arrows:
dots=”false” arrows=”false” (Hide/Show pagination and arrows. By defoult value is “true”. Values are true OR false) - Autoplay and Autoplay Speed:
autoplay=”true” autoplay_interval=”1000″ - Slide Speed:
speed=”3000″ (Control the speed of the slider) - loop:
loop=”true” ( By defoult value is “true”. Values are true OR false)