ZdMultilang, documentation is now available

Since the creation of my plugins, one of the missing thing was the lack of documentation. I always thought that my plugins where easy to use and self-explanatory.

But yesterday, Emmanuel Georjon pointed out to me that the documentation was really missing for ZdMultilang.

So I took time to finish writing it and it’s now included into the plugin page so that you can now install and use it easily.

I would like to thank him because of the more than usefull feedback he gave me on this plugin and of course, most of improvements you’ll see in next version are taken from his comments.

So, do not hesitate to leave comments on the plugin so that I can improve it and make it the best companion for Multilingual Wordpress ;)

Anthony
 

Language switching

Ok, you will probably never notice this change, but as you might know, I’m using the plugin ZdMultilang to have a bilingual blog.

Zen-Dreams is setup so that there is French version, but also an English version of most posts.
Today I decided to switch the default language of this blog from French to English.

Why is that ?
Read More »

Anthony
 

Write your own plugin for Wordpress [Chapter 3]

As a reminder, this article is the third of a series called Write your own plugin for Wordpress

  1. Introduction to plugins
  2. Plugin’s skeletton

1. Plugin activation

When a Wordpress plugin becomes active, it might be interesting to do some processing (such as database creation, options filling, and so on…). To do so, Wordpress is providing a very usefull function that will enable you to call your own initialisation function. It’s called register_activation_hook($file,$function);
Read More »

Anthony
 

ZdMultilang, video tutorial

Here come a short video tutorial for a better understanding of ZdMultilang.


ZdMultilang presentation Video from Anthony PETITBOIS on Vimeo.

For your information, video capture zone won’t show you how the permalink is handled, so this is the way the plugin will manage urls to access the page in a specific language. For example, this blog uses fr and en which can give this : http://www.zen-dreams.com/fr/zdstats or http://www.zen-dreams.com/en/zdstats

Anthony