WordPress 2.9 almost ready

by Stefano on December 18, 2009
in Serious

This morning I received a note from WordPress team to test WordPress 2.9 Release Candidate. Hoping to have time to install it, finally they improved the galleru with include and exlude features:

Add support for ‘include‘ and ‘exclude‘ to

Great, now we can upload a lot of image in a post and create different galleries!

Using SMTP with WordPress

by Stefano on August 24, 2009
in Serious

I was asked to change my plugins so they can send email with SMTP than the internal PHP mail() function. So I patched them all to use the mailing function of WordPress (which use PHP mail() by default).

WordPress mailing method can be modified installing one fo the many plugins which configure it to use and external SMTP server.

Read more..