Pages Tagged “ClassicPress”
Reviews
- ClassicPress ★★★★☆ More than just WordPress Minus Gutenberg! Familiar, super-easy to migrate, and can work with most of the WP plugin/theme ecosystem.
- WordPress Plugins (and ClassicPress too!) Some WordPress and ClassicPress plugins I’ve used and which ones I recommend.
Tech Tips
- Getting Logged Out of ClassicPress ClassicPress uses a strict mode for admin cookies, so following a link to your dashboard from another site requires you to log in again.
- Share to the Fediverse with ShareOpenly A share button that connects to Mastodon, Bluesky, Micro.blog, Threads and more. Here’s how I’ve hooked it up to Eleventy.
- 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 picked a hook between the loops and checked did_action() for that hook.
- WordPress Plugin: Combined Readme You can use a README.md instead of a readme.txt so the same file works for both the plugin directory and your git repository.
Blog Posts
- 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), […]
- Migrated to ClassicPress
Migrating this 22-year-old 3000+ post behemoth of a blog from WordPress to ClassicPress turned out to be a lot faster and easier than I expected.