ClassicPress Articles
- 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.