Archives Page
Make archives page easily with full customize and in all languages of the world.
The Features
- Make Archives Page easily in minutes.
- 8 Shortcodes.
- Full Customize.
- All languages of the world.
Live Demo
Rate The Plugin
See Also
About
More Plugins
Installation
- Upload 'archives-page' folder to the '/wp-content/plugins/' directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Go to your wp-admin > Plugins > Archives Page.
Shortcodes
- [daily__archive] shortcode to display daily archive.
- [monthly__archive] shortcode to display monthly archive.
- [yearly__archive] shortcode to display yearly archive.
- [latest__posts] shortcode to display latest posts.
- [get__cats] shortcode to display categories.
- [get__tags] shortcode to display tags.
- [get__pages] shortcode to display pages list.
- [get__authors] shortcode to display authors list.
Shortcodes Attributes
- number="" (number of list, example: number="3" will be display 3 latest posts or 3 tags .. etc, see default number in default usage section).
- heading="" (heading of title, example: heading="h1" default is h3).
- list="" (list type, example: list="ol" default is ul).
-
title="" (title of list, example: title="Recent Posts" enter title using your language).
-
See usage to understand me.
Default Usage
[daily__archive] // default number is no limited.
[monthly__archive] // default number is no limited.
[yearly__archive] // default number is no limited.
[latest__posts] // default number is 10 posts.
[get__cats] // default number is no limited.
[get__tags] // default number is 10 tags.
[get__pages] // default number is no limited.
[get__authors] // default number is no limited.
Custom Usage
[daily__archive number="7" heading="h5" list="ol" title="Archive By Day"]
[monthly__archive number="12" heading="h5" list="ol" title="Archive By Month"]
[yearly__archive number="10" heading="h5" list="ol" title="Archive By Year"]
[latest__posts number="5" heading="h5" list="ol" title="Recent Posts"]
[get__cats number="6" heading="h5" list="ol" title="Our Categories"]
[get__tags number="8" heading="h5" list="ol" title="Tags List"]
[get__pages number="9" heading="h5" list="ol" title="Our Pages"]
[get__authors number="15" heading="h5" list="ol" title="Our Authors"]