Tag Archives: wordpress

How To Add Facebook Like Button On WordPress TwentyTen Theme

I’m dssecting the TwentyTen new WordPress theme to better understand what’s new on WordPress 3.0 theme system and to work on a theme the best way is to use it (on www.satollo.com). One of the first task was to add the “like” button of Facebook, on single posts and on home and category pages. To [...]

Read more

How To Extract an Image Form a WordPress Post

Sometime, to make an archive page to look better, one needs to extract the first image of a post. With “first image” I mean the first image inserted in the gallery. Doing the trick is really easy. First we need a function that extract the image. The function has to be called inside the “loop”: [...]

Read more

WordPress 2.9 almost ready

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!

Read more

Using SMTP with WordPress

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 [...]

Read more