How to create some sort of word mapping?

You just need to set your words in a WordPress translation tag in your theme: <?php _e(‘Goedemorgen’,’yourthemename’);?> And with the WPML string translation tool you can scan for these strings and give the appropriate translation. That’s how I do it with the paying WPML plugin. Works like a breeze. No need to make your own … Read more

localization for Permalink

Under permalink settings you want to use Custom Structure you can then customise it using the structure tags see http://codex.wordpress.org/Using_Permalinks#Structure_Tags this would allow you to add post id and author to the permalink for example. /%year%/%monthnum%/%day%/%postname%/%postid%/%author%/ All depending on what you need if you can be more specific about what you mean by native numbers … Read more

Why is setlocale() returning false on WPEngine?

The issue with setlocale() is not the function itself. It is that WPEngine only has English language locales installed (the complete list is below) and cannot realistically install any other locales. Because I needed to just print some Spanish language dates (not change the entire WordPress installation to Spanish), I wound up creating an array … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)