Multilingual WordPress – Localising themes

Old typewriter keyboard

How to set up a multilingual Wordpress blog, a series of articles describing how to configure and implement multiple language options on your site. In this article we look at translating theme files, known as Localisation.

How to embed Camtasia movies in WordPress with Kimili Flash Embed

A tutorial on how to display Camtasia videos in Wordpress sites using the Kimili Flash Embed plugin.

Category description with multiple categories and get_the_category()

A tutorial on how to use the Wordpress get_the_category() function to display the category name and description even if the post is assigned to more than one category.

Multilingual WordPress – Internationalising themes

Old typewriter keyboard

How to set up a multilingual Wordpress blog, a series of articles describing how to configure and implement multiple language options on your site. In this article we look at Internationalising theme files.

Limit Title plugin

A perfectly useable Wordpress plugin to limit the display length of Post and Page Titles. Activate it, replace the_title() with the_title_limit(args) in your theme template files, wherever needed, and no more anguish when your long Post Titles break your theme layout.

How to add a Widgetised area in a WordPress theme

Darling, I'm not in the mood to go dancing. Let's stay home and code widgets instead!

Adding a new widget area to an existing theme is an easy and effective thing to do. Follow this tutorial to find out how!