This plugin give you a bunch of shortcodes that allows you to draw content using Bootstrap CSS and HTML.
Shortcodes:
[gridbox] - Allows you to show a grid with post types related.
Parameters:
- post_type -> slug of Post type that you want to show.
- posts_per_page ->
- col -> Columns that you want to show.
- date -> true or false. If you want to show in the grid.
- tax -> Show Taxonomy that the post in.
- size -> image size for post thumbnail
[gridtaxbox] - Allows you to show a grid with taxonomy related.
[imagepostslider] - Image Slider from Images attached in a post
[carouselcpt] - Multiple elements Carousel
- post_type -> slug of Post type that you want to show.
- tax -> Show Taxonomy that the post in.
- title -> Title that goes before
- type -> post or tax
- col -> Elements visibles
- titlep -> true or false. Show Title's post in carousel
[gallery] - Replaces the actual gallery from Wordpress
[links] - List of 相关链接 in Wordpress
Tabs - Allows you to show a tab panel. Ex:
[tabs type="tabs"]
[tab title="Home" active="true"]
...
[/tab]
[tab title="Profile"]
...
[/tab]
[tab title="Messages"]
...
[/tab]
[/tabs]
[imagescroll size="slug-image-size"] - Show all images attached as scroll.
Official Repository Github . Fork and add make suggestions to the plugin!
Others Plugins:
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your
WordPress installation and then activate the Plugin from Plugins page.