R
by Tiago Madeira 5 (1 reviews)

Retrospective

Retrospective plugin displays last posts or posts from a specific category in a nice-looking "retrospective" way using a shortcode.

Retrospective ranks #46,230 among WordPress.org plugins with 10+ active installations, is #3,716 of 8,591 in the Customization category, a 5/5 rating from 1 reviews, and was last updated Feb 2, 2012. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 3.3 (Current: 7.1.2)
vtrunk Current Version vtrunk
Updated 14 years ago Last Update on 02 Feb, 2012
Refreshed 7 hours ago Last Refreshed on
#3,716 of 8,591 in Customization Top 50% by installs No update in over a year
View on WordPress.org
Rank
#46,230
No change
Active Installs
10+
-9.1%
KW Avg Position
N/A
No change
Downloads
2.2K
+3 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (1 reviews)

Next Milestone 20

Total Progress 0%
10+ 20+
32,968
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 10 more installs to reach 20+

Rank Changes

37,016 39,620 42,224 44,828 47,432 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
34,373 37,731 41,089 44,447 47,805 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
Current #46,230
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
0 10 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026 24-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
1 reviews
Overall 100%
5
1 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about Retrospective

The generated HTML is very easy to style (but just be careful with margins and paddings, they’re set with !important attribute — I did it to try not to break with any theme). Here is a sample: <div id="retro-uniquehash" class="retrospective"> <!-- TIMELINE --> <ul class="time"> <li rel="0"><a href="permalink" style="left:0px;"><span>date</span></a></li> <li rel="1"><a href="permalink" style="left:300px;"><span>date</span></a></li> <li rel="2"><a href="permalink" style="left:600px;"><span>date</span></a></li> </ul> <!-- PHOTOS --> <div class="photos"> <ul> <li rel="0"><a href="permalink" title="title"> <img src="file" class="wp-post-image" /></a></li> <li rel="1"><a href="permalink" title="title"> <img src="file" class="wp-post-image" /></a></li> <li rel="2"><a href="permalink" title="title"> <img src="file" class="wp-post-image" /></a></li> </ul> </div> <!-- POSTS --> <ul class="posts"> <li rel="0"><a href="permalink" title="title"><h2>Title <span>(date)</span></h2> <p>Excerpt</p></a></li> <li rel="1"><a href="permalink" title="title"><h2>Title <span>(date)</span></h2> <p>Excerpt</p></a></li> <li rel="2"><a href="permalink" title="title"><h2>Title <span>(date)</span></h2> <p>Excerpt</p></a></li> </ul> </div>
The generated hash takes in consideration all the attributes sent to the shortcode and also how many retrospectives appeared before in the parsing of the actual page. I made it that way to allow users to set up two exactly equal retrospectives in the same page. Because of that, I don’t recommend setting styles for #retro-uniquehash. I think a reasonable solution for this issue is to make something like <div id="something_that_makes_sense">[retrospective]</div>
.retrospective.

Sign In / Register

You need to sign in or register to use this feature.