Zen-Dreams

Zen-Dreams.com

Category Archives: Development

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

Introduction to plugins
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 [...]

By Anthony

Integrate a Flickr gallery on your website

You own a flickr account and would love to integrate a gallery on your website, might it be into the sidebar or directly into a page. Here is a tutorial to show you how to proceed.
First, you must connect to your Flickr account, and then go to this address (I can’t remember the complete path [...]

By Anthony

Add dynamic charts to your site

There are many solutions existing out there to display charts into your pages. Indeed, whatever your reason is to include dynamic charts, it’s often necessary to use third part applications.
It’s never easy to generate them all by yourself, save it as an image and then upload it on your server.
That’s where some applications will come [...]

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