Zen-Dreams

Zen-Dreams.com

Category Archives: Wordpress

Write your own plugin for Wordpress [Chapter 1]

Here is my first article from a series : Write your own plugin for Wordpress.

Introduction to plugins
Plugin’s skeletton
Activation, Hooks & Filters
Widgets Definition

How does plugins work
A plugin is basically a php file included within Wordpress at startup and plugged into the core. When I say file, it can be a set of files, but only one [...]

By Anthony

Small theme update

It’s been a few days since I noticed that the blog didn’t work properly under Internet Explorer. As it was not bugging me, I never took the time to update it, but this is now done.
Of course, the blog is not looking as good as on Firefox, but anyway, now anyone can read my blog.
I [...]

By Anthony

Insert Creative common photos using iFlickr

iFlickr is a wordpress plugin just published by photopreneur and that gives you the possibility to insert photos directly into your posts. But what’s the difference with the “standard” image plugin ?
This plugin simply allows you to search, select and insert photos directly from Flickr. These photos are of course under Creative Common Licence and [...]

By Anthony

ZdMultilang, Multilingual wordpress plugin

ZdMultilang is a Multilingual plugin for Wordpress allowing you to blog in more than one language. You can define multiple languages and translate posts/tags/categories using the interface that will be added to your blog’s administration panel.
After doing so, your readers will be given the possibility to choose their language using a widget, or directly within [...]

By Anthony

Migration is over

As you will notice if you read this blog directly from the site and not from your RSS Reader, you now find a language switcher in the upper right corner of the site.
This will allow you to read this blog in your preffered language, if the post has been translated.
Of course, not all articles where [...]

By Anthony