How to allow tags in Wordpress comments unobtrusively
How to allow tags in comments without touching the wp core
How to allow tags in comments without touching the wp core
Security release of Events mMnager
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 [...]
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); [...]
How to import a huge number of users into Wordpress