Hi,
first of all: the WordPress configuration of Ditto and Reflect works like a charm for me. I’ve even managed to get the Reflect placeholders
<h2>[+wp_month+] [+wp_year+]</h2>
visible on the archive page. Seemed it was just a matter of making the Ditto call cachable and the page itself uncachable.
However, I was wondering how I can modify the locale settings (i.e. the language) of those Reflect placeholders.
Now it’s showing me this:
But I want the Dutch version:
I’ve already put
setlocale(LC_ALL, 'nl_NL');
inside of the PHP code for the Reflect snippet. That seems to work for the unordered list archive, but not for those WP placeholders on the archive page itself. In other words: placeholders like [+wp_month+] and [+wp_year+] aren’t translated. How can I fix this?
Any help would be hugely appreciated. Thanks!