WordPress: Tweets as Posts with formatting and thumbnails

I’m currently working on some project that requires me to find a way to publish new posts out of specific Twitter accounts’ tweets. Chandesh Parekh already did most part of the work with his Tweets As Posts plugin, which work very well. But I want it to do a bit more, like automatically add featured …

WordPress : administration centralisée sur plusieurs installations

Un petit soucis d’optimisation qui s’est récemment imposé à moi : comment gérer efficacement plusieurs sites WordPress dont certains avec des installations dédiées sur différents serveurs ? En d’autres termes comment administrer tous mes sites à partir d’un seul back-office ? Une solution évidente serait de ne pas avoir plusieurs sites ; mais il est …

WordPress Login page complete redesign

The first time I went through the login process of WordPress, I told myself I would probably have to take some time to customize a bit that page. That was, well, four or five years ago. I’m not telling that WordPress default login is useless, ulgy or badly crafted; I’m merely stating that it could …

Bref, j’ai acheté un plugin WordPress.

Il est plutôt rare que j’achète quelque chose en matière d’informatique, et plus encore de logiciel, alors acheter un plugin, pour WordPress en plus, ça frôle l’exclusivité décennale… Je privilégie essentiellement l’utilisation des logiciels libres, que cela soit pour un usage personnel ou professionnel ; ça me permet de développer moi même mes modifications en …

Order posts by real date in WordPress

Now this is an issue I encountered while designing some WordPress themes: posts and specifically pages don’t display in real date order. I still can’t precisely tell why this is happening, but it does, and it actually bothers me a bit since most of my websites use a precise page hierarchy. So here we go, …

Random images using Nivo Slider for WordPress

I like to keep things simple. When it comes to designing a website and managing it, I usely know quite precisely what I want and what I don’t, and for this new version of CaerCam, I wanted a slideshow I can use really easily, meaning that I want to be able to manage my featured …

Question aux pros du SQL résolue : clause HAVING

Comme le titre l’indique, une question aux gens qui déchirent en base de données 🙂 J’ai une table SQL pour WordPress, qui contient 4 colonnes : meta_id, post_id, meta_key, meta_value. C’est la table postmeta, même si ça n’est pas important en soi. Admettons que j’ai les valeurs suivantes : meta_id | post_id | meta_key | …

Basic WordPress Feed importer, Widget version

Few days ago I was talking about one basic Feed importer I wrote to be used in WordPress templates, and the possibility of making a Widget out of it. Now here it is 🙂 To be include in your theme’s functions.php file. I’ll let you go through WordPress’ Codex if you need more details on …

Basic WordPress Feed importer

Just a basic how-to here: making your own Feed importer tool to add some feeds in your WordPress themes. WordPress offers a bunch of useful tools to manage feeds, and among other cool stuffs, a method to import feeds : fetch_feed(). Given the feed’s url, you get back the feed content. Piece of cake 🙂 …

Webdesign : un texte bicolore en jQuery

Actuellement en plein travaux sur la version 2.0 de CaerCam.org, je cherchais un moyen simple, rapide et efficace de passer un texte donné en bicolore, bicolore dans le sens un mot dans une couleur, le suivant dans une autre, et ainsi de suite en boucle jusqu’à la fin du texte. Bon, sur un long texte …