Posts list
Attributes
Attribute |
Description |
Values |
Default |
columns |
Define the number of columns |
1, 2, 3 |
1 |
title |
Define the section title |
Text |
N/A |
title_tag |
Define the title tag |
h1, h2, h3, h4, h5 |
h2 |
order_by |
Sort retrieved posts by |
date, title, type, rand |
date |
order |
Designates the ascending or descending order |
DESC, ASC |
DESC |
number |
Sort retrieved posts by |
Number of retrieved posts to display |
-1 |
category |
Sort retrieved posts by category name |
Category Name |
N/A |
featured_image |
Display the post featured image |
true, false |
true |
Demo
[posts_list featured_image=”false” columns=”1″ number=”4″][/posts_list]
[code][posts_list featured_image=”false” columns=”1″ number=”4″][/posts_list][/code]
[posts_list columns=”2″ number=”4″][/posts_list]
[code][posts_list columns=”2″ number=”4″][/posts_list][/code]
[posts_list columns=”3″ number=”3″][/posts_list]
[code][posts_list columns=”3″ number=”3″][/posts_list][/code]
[posts_list columns=”1″ number=”1″ category=”design-principles”][/posts_list]
[code][posts_list columns=”1″ number=”1″ category=”design-principles”][/posts_list][/code]