Make wordpress archive page easily with full customize and in all languages of the world, just 8 lines.

WordPress Archive Page Features

  1. Make wordpress archive page easily in minutes.
  2. 8 Shortcodes only.
  3. Full customize.
  4. All languages of the world.

Live Demo

Go to this page.

Archive Page Plugin

Download archive page plugin, install it and activate it, now go to Plugins menu > Archive Page, you will find all shortcodes.

Archive Page Shortcodes

[obi_daily_archive] // shortcode to display daily archive, default number is no limited.
[obi_monthly_archive] // shortcode to display monthly archive, default number is no limited.
[obi_yearly_archive] // shortcode to display yearly archive, default number is no limited.
[obi_latest_posts] // shortcode to display latest posts, default number is 10 posts.
[obi_get_cats] // shortcode to display categories, default number is no limited.
[obi_get_tags] // shortcode to display tags, default number is 10 tags.
[obi_get_pages] // shortcode to display pages list, default number is no limited.
[obi_get_authors] // shortcode to display authors list, default number is no limited.

Shortcodes Attributes

number=”” (number of list, example: number=”3″ will be display 3 latest posts or 3 tags, etc).

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).

Default Usage

Copy this shortcodes and paste it in your post or page:

[obi_daily_archive]
[obi_monthly_archive]
[obi_yearly_archive]
[obi_latest_posts]
[obi_get_cats]
[obi_get_tags]
[obi_get_pages]
[obi_get_authors]

Custom Usage

For example:

[obi_daily_archive number="7" heading="h5" list="ol" title="Archive By Day"]
[obi_monthly_archive number="12" heading="h5" list="ol" title="Archive By Month"]
[obi_yearly_archive number="10" heading="h5" list="ol" title="Archive By Year"]
[obi_latest_posts number="5" heading="h5" list="ol" title="Recent Posts"]
[obi_get_cats number="6" heading="h5" list="ol" title="Our Categories"]
[obi_get_tags number="8" heading="h5" list="ol" title="Tags List"]
[obi_get_pages number="9" heading="h5" list="ol" title="Our Pages"]
[obi_get_authors number="15" heading="h5" list="ol" title="Our Authors"]

Download Plugin