RSS feed

Nutsmuggling

How to allow tags in Wordpress comments unobtrusively

How to allow tags in comments without touching the wp core

Events Manager 2.2, security hole closed

Security release of Events mMnager

Events Manager 2.1

Hello folks, just a short note to announce the release of Events Manager 2.1. It’s probably not as stable as the lack of a or b would suggest, but it is definitely much stabler than the previous version. Also, I got tired of letters. Here’s the changelog:

Properly added Marcus Sykes as a contributor Added a full calendar [...]

Wordpress: disable moderation for a single comment

I am working an very complex portal based on Wordpress. The more I code, the more I befriend the functions.php file, where all my small tweaks reside. Last in the list (pun!) a super simple action to automatically approve comments belonging to a specific post (which I use as a guestbook):

function approve_guestbook_comments($comment_ID) { $comment = get_comment($comment_ID); [...]

Mass import users into WP

How to import a huge number of users into Wordpress