Posts
Content
Description
Allows to display a recent & related posts with thumbnails & metas.
Features
- Many options
- Custom size of thumbs
- List & grid views
- Unlimited times per page
Usage
[posts]
Examples
| Live preview | Shortcode |
|---|---|
Vivamus congue blandit ante sitOctober 5, 2011 Vivamus congue blandit ante, sit amet lobortis massa faucibus ut. Donec sed ante id libero commodo lacinia. Sed posuere leo vitae odio facilisis. Read More |
One recent posts from any categories. Thumbnail enabled and aligned by right. Post date & excerpt enabled. [posts qty="1" t="right" date="yes" excerpt="yes"]
|
|
Three recent posts from any categories. Thumbnail enabled and has a custom size. Custom title tag has been selected. [posts qty="3" t="left" tw="70" th="55" titletag="h6"]
|
| Live preview | Shortcode |
|---|---|
Vivamus congue blandit ante sitVivamus congue blandit ante, sit amet lobortis massa faucibus ut. Donec sed ante id libero commodo lacinia. Sed posuere leo vitae odio facilisis. Read MorePellentesque habitant morbi tristiqueSed suscipit, arcu sit amet interdum pharetra, mi purus vehicula lorem, a egestas erat elit eget leo. Pellentesque augue quam, imperdiet convallis commodo ac. Read MoreVestibulum ante ipsum primis inMauris augue tortor, hendrerit et mollis vitae, fermentum nec sem. Sed suscipit, arcu sit amet interdum pharetra, mi purus vehicula lorem, a egestas erat elit eget leo. Read MoreAenean facilisis dui viverra lectusLorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent eu nulla vitae elit interdum sagittis eget a leo. Aenean et mauris massa. Read MoreProin feugiat risus id metusProin feugiat risus id metus laoreet at condimentum metus pharetra. Ut sollicitudin dolor sit amet libero scelerisque quis vestibulum nibh rhoncus. Read MoreHello world!Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Read More |
Six recent posts from any categories. Grid view by three posts in row. Custom width for the grid wrapper. Thumbnail enabled and has a custom size. Excerpt enabled. Custom margin between posts. [posts qty="6" w="600px" m="10" grid="3" t="center" tw="180" th="70" excerpt="yes"]
|
Attributes
Width. (pixels -OR- percents)
w="200px"
w="50%"
NOTE: The units required for this attribute only.
Margins by left & right sides. (Pixels)
m="25"
Alignment.
align="left"
align="right"
align="center"
Grid view (Default: NULL), (List view)
grid="2"
grid="3"
grid="4"
grid="5"
etc.
Posts type. (Default: recent)
type="recent"
type="related"
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 enabled. (Default: yes), (Enabled)
title="yes"
title="no"
Post titles tag. (Default: h5)
titletag="h4"
titletag="h3"
titletag="strong"
Post date enabled. (Default: NULL), (Disabled)
date="yes"
Post categories. (Default: NULL), (Disabled)
postedin="yes"
Post tags. (Default: NULL), (Disabled)
tags="yes"
Post comments counter. (Default: NULL), (Disabled)
comments="yes"
Post excerpt. (Default: NULL), (Disabled)
excerpt="yes"
Post thumbnail & thumb align. (Default: none), (Disabled)
t="left"
t="right"
t="center"
This attribute has two destinations:
- Thumbnail will be displayed in case the
tattribute is notnone. - Thumbnail alignment.
Thumbnail width. (Default: 100), (Pixels)
tw="150"
Thumbnail height. (Default: 100), (Pixels)
th="150"
Thumbnail crop area. (Default: NULL), (By center)
crop="top"
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.
Number of post to displace or pass over. (Default: 0)
offset="1"
