If you would like to have a language switch like I have, that can be done.
It’s now available on wordpress.org: Multilingual Text
Update 2011-09-21: Version 1.4 Released
Continue reading ‘WordPress: Multiple Languages’
A blog about Retrocomputing‎ and more
If you would like to have a language switch like I have, that can be done.
It’s now available on wordpress.org: Multilingual Text
Update 2011-09-21: Version 1.4 Released
Continue reading ‘WordPress: Multiple Languages’
I don’t like php’s getopt function, because it’s too crippled.
I’ve started a write a replacement function.
It has more options, is easier to handle and returns all non parameter arguments.
Fell free to use or improve it:
Code / Docs: https://github.com/alexkazik/getopts
Update 2011-04-19: Added License and a small improvement.