Category: Wordpress

Find all my articles related to WordPress here. Also check out My Best-of articles dedicated to WordPress.

  • Buddypress: link the miniature avatar to the full-size image

    Buddypress: Link the thumbnail avatar to the full-size image

    If there's one thing I'm often asked to customize on a social network built with the BuddyPress CMS, it's avatar management. Firstly, the avatar always links to the currently open page, which is pointless, and secondly, there's its size…

    Read more


  • Create a new personalized RSS feed in WordPress

    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.

    Read more


  • PHP function to display total number of members under Buddypress

    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.

    Read more


  • WordPress tip: put images in the RSS feed

    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.

    Read more


  • Change WordPress Default Sender

    Quick tip for WordPress CMS users who are tired of seeing the wp_mail function send automatic messages to their users under the email " «"Unfortunately, there are no settings in the WordPress backend to address this issue. Therefore, here's a small filter found on Butterblog.com, the author of the WP-Members plugin…"

    Read more


  • Tutorial and guide on WordPress post formats

    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!

    Read more