Posts 2
Content
Description
Allows to display recent posts as slider with thumbnails & metas.
Features
- Many options
- Custom size & crop area of thumbs
- Different transitions
- Autoplay
- Autoheight
- Unlimited times per page
Usage
[posts2]
Examples
| Live preview | Shortcode |
|---|---|
Features
Shortcode[posts2]
|
|
Features
Shortcode[posts2 qty="5" cat="1" transition="pth" autoplay="5"]
|
|
Features
Shortcode[posts2 orderby="rand" transition="ptv" autoplay="7" titletag="h2" w="400" date="no" excerpt="no"]
|
|
Features
Shortcode[posts2 offset="1" w="300" date="no" excerpt="no" button="no" crop="top" t="right"]
|
Attributes
Width. (pixels, default: 560)
w="200"
Categories.
cat="9"
cat="9,1,20"
Posts quantity. (Default: 3)
qty="5"
Sort retrieved posts by parameter. (Default: date)
orderby="date"
orderby="rand"
orderby="ID"
orderby="title"
orderby="modified"
orderby="comment_count"
orderby="menu_order"
Designates the ascending or descending order. (Default: DESC)
order="DESC" - from lowest to highest values
order="ASC" - from highest to lowest values
Post titles tag. (Default: h5)
titletag="h4"
titletag="h3"
titletag="strong"
Thumbnail crop area. (Default: NULL, by center)
crop="top"
Post thumbnail & thumb align. (Default: left)
t="right"
Float. (Default: NULL)
float="left"
float="right"
Post date. (Default: NULL, enabled)
date="no"
Post excerpt. (Default: NULL, enabled)
excerpt="no"
Read More button. (Default: Read More, enabled)
button="Learn More"
button="Details"
button="no"
This parameter has two destinations:
- Button will be displayed in case the
buttonattribute is notno. - Button text.
Kind of transition. (Default: ptf)
transition="ptd" - no transition
transition="ptf" - fade
transition="ptfv" - fade vertical
transition="ptv" - slide vertical
transition="pth" - slide horizontal
transition="pto" - overlay vertical
Autoplay. (Default: NULL, disabled)
autoplay="5" - autoplay each five seconds
autoplay="7" - autoplay each seven seconds
Number of post to displace or pass over. (Default: 0)
offset="1"
