by Miguel Useche
4.8 (46 reviews)
JS Archive List
A JS widget (can be used in posts) for displaying an archive list with some effects.
Compatible with WP 6.9
v6.3.0
Current Version v6.3.0
Updated 1 week ago
Last Update on 23 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#4,185
-5 this week
Active Installs
3K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
119.9K
+14 today
Support Resolved
67%
—
No change
Rating
96%
Review 4.8 out of 5
4.8
(46 reviews)
Next Milestone 4K
3K+
4K+
430
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
Need 676 more installs to reach 4K+
Rank Changes
Current
#4,185
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.8
46 reviews
Overall
96%
5
39
(85%)
4
5
(11%)
3
1
(2%)
2
0
(0%)
1
1
(2%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Resolved
Unresolved
3
Total Threads
2
Resolved
1
Unresolved
67%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 6.3.0
- Last Updated
- Mar 23, 2026
- Requires WP
- 4.7+
- Tested Up To
- 6.9
- PHP Version
- 7.4 or higher
- Author
- Miguel Useche
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.8
- Reviews
- 46
- Support Threads
- 3
- Resolved
- 67%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Qi Addons For Elementor
200K+ installs
#252
MW
MW WP Form
200K+ installs
#266
WPFront Scroll Top
200K+ installs
#272
Frequently Asked Questions
Common questions about JS Archive List
Since version 6.0 the widget was migrated to a Gutenberg block. So there will be a Gutenberg block with the most modern code and compatibility and a legacy version that is 100% made in PHP to keep compatibility with older installations.
By support experience, like 99% of problems are due to: There's a Javascript error caused by other plugin, and it stops any further code execution, check your browser's logs to find the problem and deactivate the conflict plugin. Your template doesn't have a wp_footer() function, this plugin requires this function to load JS code at the end of the website to improve speed.
Currently, there's no function in WP API for getting link for date archives when using custom permalinks. So, you'll need to modify/hack the source code to support your custom link structure, you can do this by changing the lines where I call get_month_link and get_year_link.
This plugin only shows the posts from included/excluded categories. It does not remove them from the navigation. If you want to do it you have to install a 3rd party plugin like Ultimate Category Excluder or Simple Exclude Categories
Send me the translated .mo file to migueluseche(a)skatox.com and indicate the language, I can read english or spanish, so please write me on these languages.
Yes, select 'Empty Space' as trigger symbol and Save, then you can add any custom background using CSS, just play with the widget's classes: .jaw_symbol, .jaw_year, .jaw_month.
Yes, just add the JS Archive List block or add a shortcode block and write [JsArchiveList] anywhere inside a post or page's contest and it will be replaced for the archive list when rendering the content. You can add the following parameters to change its behavior: showcount ( boolean ): select if you want to show the count post inside that month/year. showpost ( boolean ): show post's titles under months. expand ("none", "never", "expand"): never expand by default, current year only and always expand. month_format ("short", "full", "number"): the format of the date. ex_sym: the expansion symbol. con_sym: the collapse symbol. only_sym_link: only expand/collapse when clicking the bullet. effect ("", "slide", "fade"): the JS effect to implement. exclude: IDs (comma separated) of the categories to exclude. type: ID of the type of the posts to show, this is if you're using custom type posts. By default will show posts. So for example: [JsArchiveList month_format=number showpost=1 showcount=1 ex_sym=+ con_sym=- effect=slide type=page]
By using it, recommending it to other users, giving it 5 starts at plugin's WordPress page, suggesting features or coding new features and finally by DONATING using plugin's website's donate link.
Since 2.0 you can add as many instances as you want, but there's another way to do it, just add a new Text widget only with the shortcode [JSArchiveList] then it will have a new copy of the widget.
Since 2.0 it's possible. Each instance has its own configuration. Shortcode widgets are controlled by shortcode attributes.