Tag Archives: l18n

No description for tag l18n. Suggest the administrator to fill a helping blurb.

Avoid variables, create strings: they will return the favor

WordPress allow you to personnalize the context in many ways by displaying the current tag or category, as the tag or category description, for example. But, when it comes to add strings from nowhere, like a heading section which isn’t a tag, author, category or whatever already build within WordPress, you find yourself left high and dry. Continue reading

Basics in your language

Basics is internationalization ready: all strings are properly nest within _e( 'my string', 'basics' ), etc. By default, if you set your primary language for your site in en_US or fr_FR it may work without action on your part. Otherwise, simply set define('WPLANG', 'en_US'); in wp-config.php. If you want Basics in another language than fr_FR or en_US, you may use the basic.pot file. Thanks for sharing your translation.

Yet another WordPress Theme Framework?

Coloured pencils sharp colored

Basics is not a framework! It’s a small set of files and functions to make sites developpment with WordPress easier. Nothing more, nothing less. If you want to know more about Basics, feel free to take a look at my long french post B comme Basics. Continue reading