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 sit
Vivamus congue blandit ante sit
October 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 sit
Vivamus congue blandit ante sit

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
Pellentesque habitant morbi tristique
Pellentesque habitant morbi tristique

Sed suscipit, arcu sit amet interdum pharetra, mi purus vehicula lorem, a egestas erat elit eget leo. Pellentesque augue quam, imperdiet convallis commodo ac.

Read More
Vestibulum ante ipsum primis in
Vestibulum ante ipsum primis in

Mauris 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 More
Aenean facilisis dui viverra lectus
Aenean facilisis dui viverra lectus

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent eu nulla vitae elit interdum sagittis eget a leo. Aenean et mauris massa.

Read More
Proin feugiat risus id metus
Proin feugiat risus id metus

Proin feugiat risus id metus laoreet at condimentum metus pharetra. Ut sollicitudin dolor sit amet libero scelerisque quis vestibulum nibh rhoncus.

Read More
Hello world!
Hello 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

w

Width. (pixels -OR- percents)

w="200px"
w="50%"

NOTE: The units required for this attribute only.

m

Margins by left & right sides. (Pixels)

m="25"

align

Alignment.

align="left"
align="right"
align="center"

grid

Grid view (Default: NULL), (List view)

grid="2"
grid="3"
grid="4"
grid="5"
etc.

type

Posts type. (Default: recent)

type="recent"
type="related"

cat

Categories.

cat="9"
cat="9,1,20"

qty

Posts quantity. (Default: 3)

qty="5"

orderby

Sort retrieved posts by parameter. (Default: date)

orderby="date"
orderby="rand"
orderby="ID"
orderby="title"
orderby="modified"
orderby="comment_count"
orderby="menu_order"

order

Designates the ascending or descending order. (Default: DESC)

order="DESC" - from lowest to highest values

order="ASC" - from highest to lowest values

title

Post titles enabled. (Default: yes), (Enabled)

title="yes"
title="no"

titletag

Post titles tag. (Default: h5)

titletag="h4"
titletag="h3"
titletag="strong"

date

Post date enabled. (Default: NULL), (Disabled)

date="yes"

postedin

Post categories. (Default: NULL), (Disabled)

postedin="yes"

tags

Post tags. (Default: NULL), (Disabled)

tags="yes"

comments

Post comments counter. (Default: NULL), (Disabled)

comments="yes"

excerpt

Post excerpt. (Default: NULL), (Disabled)

excerpt="yes"

t

Post thumbnail & thumb align. (Default: none), (Disabled)

t="left"
t="right"
t="center"

This attribute has two destinations:

  1. Thumbnail will be displayed in case the t attribute is not none.
  2. Thumbnail alignment.
tw

Thumbnail width. (Default: 100), (Pixels)

tw="150"

th

Thumbnail height. (Default: 100), (Pixels)

th="150"

crop

Thumbnail crop area. (Default: NULL), (By center)

crop="top"

button

Read More button. (Default: Read More), (Enabled)

button="Learn More"
button="Details"
button="no"

This parameter has two destinations:

  1. Button will be displayed in case the button attribute is not no.
  2. Button text.
offset

Number of post to displace or pass over. (Default: 0)

offset="1"