Skip to content

Commit 3cc8eff

Browse files
committed
Add Retired Plugins section for Followed Posts and Popular Authors
Both plugins have been officially retired; move them out of the active plugins grid into a dedicated section linking to the retirement announcements and recommended alternatives.
1 parent 970a85f commit 3cc8eff

1 file changed

Lines changed: 74 additions & 35 deletions

File tree

index.html

Lines changed: 74 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,44 @@
454454
margin-bottom: 8px;
455455
}
456456

457+
/* ══════════════════════════════════════
458+
RETIRED
459+
══════════════════════════════════════ */
460+
.retired { background: var(--wz-white); }
461+
.retired-grid {
462+
display: grid;
463+
grid-template-columns: repeat(2, 1fr);
464+
gap: 20px;
465+
}
466+
.retired-card {
467+
background: var(--wz-off-white);
468+
border: 1px dashed var(--wz-card-border);
469+
border-radius: var(--r);
470+
padding: 24px;
471+
}
472+
.retired-card .repo-name { display: flex; align-items: center; gap: 8px; }
473+
.retired-badge {
474+
display: inline-block;
475+
background: rgba(87,83,77,.08);
476+
border: 1px solid var(--wz-stone);
477+
color: var(--wz-warm-grey);
478+
font-size: .64rem;
479+
font-weight: 700;
480+
letter-spacing: .04em;
481+
text-transform: uppercase;
482+
padding: 2px 8px;
483+
border-radius: 50px;
484+
}
485+
.retired-card .repo-desc { margin-bottom: 12px; }
486+
.retired-note {
487+
font-size: .8rem;
488+
color: var(--wz-warm-grey);
489+
line-height: 1.6;
490+
margin-bottom: 14px;
491+
}
492+
.retired-note a { color: var(--wz-teal-text); }
493+
.retired-card .card-links { display: flex; gap: 16px; flex-wrap: wrap; }
494+
457495
/* ══════════════════════════════════════
458496
PREMIUM
459497
══════════════════════════════════════ */
@@ -840,6 +878,7 @@
840878
.hero-stat { padding: 20px 16px; }
841879
section { padding: 64px 24px; }
842880
.plugins-grid { grid-template-columns: 1fr; }
881+
.retired-grid { grid-template-columns: 1fr; }
843882
.premium-grid { grid-template-columns: repeat(2,1fr); }
844883
.about-grid { grid-template-columns: 1fr; gap: 40px; }
845884
.founder-card { padding: 28px; }
@@ -1054,22 +1093,6 @@ <h2 class="section-title reveal">Free WordPress Plugins</h2>
10541093
</div>
10551094

10561095
<div class="repo-card reveal d5">
1057-
<div class="repo-icon">👥</div>
1058-
<div class="repo-name">WebberZone Followed Posts</div>
1059-
<p class="repo-desc">Show visitors the posts that other users have recently viewed. A social proof-driven way to suggest relevant content and spark curiosity in your readers.</p>
1060-
<div class="repo-footer">
1061-
<div class="repo-meta">
1062-
<span>🍴 1</span>
1063-
<span>PHP</span>
1064-
</div>
1065-
<div class="card-links">
1066-
<a href="https://webberzone.com/plugins/webberzone-followed-posts/" target="_blank" class="repo-link">Info</a>
1067-
<a href="https://github.com/WebberZone/where-did-they-go-from-here" target="_blank" class="repo-link">GitHub <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg></a>
1068-
</div>
1069-
</div>
1070-
</div>
1071-
1072-
<div class="repo-card reveal d6">
10731096
<div class="repo-icon">🔒</div>
10741097
<div class="repo-name">Auto Close</div>
10751098
<p class="repo-desc">Automatically close comments, pingbacks, and trackbacks on posts older than a specified age. A simple, effective way to keep comment spam off aging content.</p>
@@ -1100,22 +1123,6 @@ <h2 class="section-title reveal">Free WordPress Plugins</h2>
11001123
</div>
11011124

11021125
<div class="repo-card reveal d8">
1103-
<div class="repo-icon">✍️</div>
1104-
<div class="repo-name">Popular Authors</div>
1105-
<div class="addon-tag">Add-on for Top 10</div>
1106-
<p class="repo-desc">Show a list of the most popular authors on your site using a widget or shortcode. Ranks authors based on their total view counts recorded by Top 10.</p>
1107-
<div class="repo-footer">
1108-
<div class="repo-meta">
1109-
<span>PHP</span>
1110-
</div>
1111-
<div class="card-links">
1112-
<a href="https://webberzone.com/plugins/popular-authors/" target="_blank" class="repo-link">Info</a>
1113-
<a href="https://github.com/WebberZone/popular-authors" target="_blank" class="repo-link">GitHub <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg></a>
1114-
</div>
1115-
</div>
1116-
</div>
1117-
1118-
<div class="repo-card reveal d9">
11191126
<div class="repo-icon">&lt;/&gt;</div>
11201127
<div class="repo-name">Code Block Highlighting</div>
11211128
<p class="repo-desc">Add Prism.js-powered syntax highlighting to the native Gutenberg Code block with per-block controls, 40 languages, and 21 themes.</p>
@@ -1135,6 +1142,39 @@ <h2 class="section-title reveal">Free WordPress Plugins</h2>
11351142
</div>
11361143
</section>
11371144

1145+
<!-- ══════════ RETIRED ══════════ -->
1146+
<section class="retired" id="retired">
1147+
<div class="container">
1148+
<div class="eyebrow reveal">Sunset</div>
1149+
<h2 class="section-title reveal">Retired Plugins</h2>
1150+
<p class="section-desc reveal">These plugins have reached end of life — no further updates or security patches will be released. Existing installations will keep working, but we recommend migrating away when convenient.</p>
1151+
1152+
<div class="retired-grid">
1153+
1154+
<div class="retired-card reveal">
1155+
<div class="repo-name">👥 WebberZone Followed Posts <span class="retired-badge">Retired</span></div>
1156+
<p class="repo-desc">Showed visitors the posts that other users had recently viewed. Final release: v3.3.0.</p>
1157+
<p class="retired-note">Recommended alternatives: <a href="https://webberzone.com/plugins/contextual-related-posts/" target="_blank">Contextual Related Posts</a> or <a href="https://webberzone.com/plugins/top-10/" target="_blank">Top 10</a>.</p>
1158+
<div class="card-links">
1159+
<a href="https://webberzone.com/announcements/retiring-webberzone-followed-posts/" target="_blank" class="repo-link">Announcement</a>
1160+
<a href="https://github.com/WebberZone/where-did-they-go-from-here" target="_blank" class="repo-link">GitHub <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg></a>
1161+
</div>
1162+
</div>
1163+
1164+
<div class="retired-card reveal">
1165+
<div class="repo-name">✍️ Popular Authors <span class="retired-badge">Retired</span></div>
1166+
<p class="repo-desc">Ranked authors on a site by total view counts recorded by Top 10. Final release: v1.5.0.</p>
1167+
<p class="retired-note">This functionality is being folded into <a href="https://webberzone.com/plugins/top-10/pro/" target="_blank">Top 10 Pro</a> (v4.4, in development).</p>
1168+
<div class="card-links">
1169+
<a href="https://webberzone.com/announcements/retiring-popular-authors/" target="_blank" class="repo-link">Announcement</a>
1170+
<a href="https://github.com/WebberZone/popular-authors" target="_blank" class="repo-link">GitHub <svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" aria-hidden="true"><polyline points="9 18 15 12 9 6"/></svg></a>
1171+
</div>
1172+
</div>
1173+
1174+
</div>
1175+
</div>
1176+
</section>
1177+
11381178
<!-- ══════════ PREMIUM ══════════ -->
11391179
<section class="premium" id="premium">
11401180
<div class="container">
@@ -1346,16 +1386,15 @@ <h4>Free Only</h4>
13461386
<li><a href="https://github.com/WebberZone/add-to-all" target="_blank">Snippetz</a></li>
13471387
<li><a href="https://github.com/WebberZone/webberzone-code-block-highlighting" target="_blank">Code Block Highlighting</a></li>
13481388
<li><a href="https://github.com/WebberZone/autoclose" target="_blank">Auto Close</a></li>
1349-
<li><a href="https://github.com/WebberZone/where-did-they-go-from-here" target="_blank">Followed Posts</a></li>
13501389
<li><a href="https://github.com/WebberZone/webberzone-link-warnings" target="_blank">Link Warnings</a></li>
1351-
<li><a href="https://github.com/WebberZone/popular-authors" target="_blank">Popular Authors</a></li>
13521390
</ul>
13531391
</div>
13541392

13551393
<div class="f-col">
13561394
<h4>Links</h4>
13571395
<ul>
13581396
<li><a href="https://github.com/WebberZone" target="_blank">GitHub Org</a></li>
1397+
<li><a href="#retired">Retired Plugins</a></li>
13591398
<li><a href="https://webberzone.com" target="_blank">WebberZone.com</a></li>
13601399
<li><a href="https://ajaydsouza.com" target="_blank">Ajay's Blog</a></li>
13611400
<li><a href="https://profiles.wordpress.org/ajay/" target="_blank">WordPress.org Profile</a></li>
@@ -1431,7 +1470,7 @@ <h4>Links</h4>
14311470
sections.forEach(s => navObs.observe(s));
14321471

14331472
/* ── Scroll reveal staggered by grid position ── */
1434-
document.querySelectorAll('.plugins-grid, .premium-grid').forEach(grid => {
1473+
document.querySelectorAll('.plugins-grid, .retired-grid, .premium-grid').forEach(grid => {
14351474
grid.querySelectorAll('.reveal').forEach((el, i) => {
14361475
el.style.setProperty('--reveal-delay', i * 60 + 'ms');
14371476
el.style.transitionDelay = i * 60 + 'ms';

0 commit comments

Comments
 (0)