
Buddypress: link the miniature avatar to the full-size image
If there is one thing I am often asked to customize on a social network built with the Buddypress CMS, it is avatar management. Indeed, on the one hand, there is the fact that the avatar always links to the page already opened, which is in itself useless,

Create a new personalized RSS feed in WordPress
Here is a very useful piece of code that will allow you to create a new RSS feed in WordPress.

PHP function to display total number of members under Buddypress
Here is a small function for Buddypress that helped me a lot and that I wanted to share with you for those who might need it: not very well highlighted in the doc, it allows you to display the total number of registered users on your network.

WordPress tip: put images in the RSS feed
Here is a very simple code which will allow you to insert your featured image in your RSS feed, so that, when you relay your feed on a social network like Facebook for example, the image can accompany the title and the presentation of your post.
Change WordPress Default Sender
A quick tip for WordPress CMS users who are tired of seeing the wp_mail function send automatic messages to their users under the email address "WordPress@yourdomain.com". To overcome this problem, unfortunately, there are no settings in the WordPress backend. So, here is a little filter seen on

Tutorial and guide on WordPress post formats
How to transform a WordPress theme into a real fun Tumblr-style blog using Custom Post Formats: personalized post formats. Follow the guide, and learn how to activate, install and use them on your theme!