Ostatnie 12 wpisów

[insert_php] wp_get_archives( array( 'type’ => 'postbypost’, 'limit’ => 12, 'format’ => 'custom’ ) );[/insert_php]

Ostatnie 12 miesięcy

[insert_php] wp_get_archives( array( 'type’ => 'monthly’, 'limit’ => 12, 'format’ => 'custom’ ) );[/insert_php]

Ostatnie kilka lat

[insert_php] wp_get_archives( array( 'type’ => 'yearly’, 'format’ => 'custom’ ) );[/insert_php]