More income is more good! Make it easy on yourself with AdRotate Pro and place some ads on your website!
You can go one of two ways to escape WordPress enshittification:
1. Install Jeff Starr's 'Disable Gutenberg' plugin and disable all the blocks crap
2. Convert your WP website to ClassicPress, a fork without Gutenberg
Either is better than off-the-shelf WordPress. I manage about 40 WP/CP websites, and only use 2-3 paid plugins.
More income is more good! Make it easy on yourself with AdRotate Pro and place some ads on your website!
@noave @alanaqueer Por ser algo puntual creo que te hubiera rentado más hacer un sitio estático incluso - ahora tienes que mantener un CMS, actualizarlo y andar pendiente de CVEs, logs, y demás de cuando en cuando 😬
¿Crees que te hubiera ido mejor con ClassicPress? https://www.classicpress.net/
Answering a question I see on sites like Reddit, Quora or even the WordPress website. Sometimes it’s even a search trend on Google.
"What is an advert plugin on WordPress?"
Learn more about placing ads on your website and get started today!
https://ajdg.solutions/blog/what-is-an-ad-plugin-for-wordpress/
#wordpress #blog #advertising #bannermanager #admanager #classicpress #plugin #adsense #ads #banners #wp
This update for AdRotate Pro includes several improvements for the dashboard as well as a few bug fixes. Update today!
https://ajdg.solutions/blog/adrotate-pro-5-27-bug-fixes-and-dashboard-improvements/
#classicpress #wordpress #ads #adverts #bannermanager #plugin #php #banners #webdevelopment #wp #promotion #noai #website #update #professional #pro #advertising #passiveincome
AdRotate Banner Manager 5.17.3 is a maintenance release with a few tweaks and improvements to the dashboard.
https://ajdg.solutions/blog/adrotate-5-17-3-first-update-of-the-year/
#classicpress #wordpress #ads #bannermanager #plugin #php #webdevelopment #wp #promotion #noai #website #update
New post on my website!
Using the loop_end Hook With Multiple WordPress Loops
I tried to add some custom navigation at the end of the posts lists using the loop_end hook, but it got added twice. Another plugin was running through the Loop and calling rewind_posts(). To make my code only run after the visible Loop, I eventually just used the classic set-a-global-variable approach.
Update: as suggested below, I switched it to use did_action to check for a hook between loops, instead of messing around with globals.

I tried to add some custom navigation at the end of the posts lists using the loop_end hook, but it got added twice. Another plugin was running through the Loop and calling rewind_posts(). To make my code only run after the visible Loop, I eventually just used the classic set-a-global-variable approach.
ClassicPress Federation
I’ve been using the excellent ActivityPub Plugin for WordPress to connect this blog to the Fediverse for several years now, and it keeps getting better. The plugin makes any WordPress blog also work like a Mastodon server, so you can follow and interact from any site running Mastodon, Akkoma, Pixelfed (image posts only, of course), Snac or my favorite, GoToSocial.
Last year some features started breaking on here as WordPress and ClassicPress diverged, and I put some stop-gap fixes in place. I never quite got around to debugging it in my spare time, though. So I was very happy to see that starting with the 7.8.3 release a couple of weeks back, ActivityPub for WordPress now explicitly checks for ClassicPress to fall back to a compatibility mode!
You still need to trick it into thinking it’s on WordPress 6.5 or later (ClassicPress 2 split off from WordPress 6.2), but the latest version fixes all the problems I’d been working around on this site, including broken comment forms and missing images on the Fediverse view of a post.
Update: I missed a scenario with filtering comment authors in comment_reply_link. I’ve manually worked around it for the moment, and when I have a chance I’ll either do a proper bug report or suggest a proper fix.
So I’d like to give a shout-out to Matthias Pfefferle and the ActivityPub Plugin team and say: thanks for fixing it!
And if anyone reading this wants to connect their WordPress or ClassicPress site directly to the Fediverse (rather than just cross-posting or auto-posting links), this plugin is still the best way to do it.
On a related note…
I finally got around to fixing Share Classicly so it won’t add its link to the Fediverse view of a post. (Aside from cutting the clutter, boosting would make more sense anyway.) That’s the plugin I made that adds a ShareOpenly link to each post, so your readers can share to a Micropub, Mastodon, Bluesky, etc. account.
#ClassicPress #Fediverse #plugin #sharing #WordPress