Bruno Cloutier
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the_post() after new wp_query()I did not know about
wp_reset_postdata(), did the trick! Didn’t knew aboutget_posts()neither, I’ll have to fiddle with that in the future.Thanks!
Forum: Fixing WordPress
In reply to: WordPress Dutch(Netherlands) LanguageBeen a while since I downloaded those. Can’t seem to find them on the french WP page neither. I’m pretty sure I’ve downloaded only the language files in the past.
In any case, what I’d do is I’d download the native dutch WP install and copy all the files that are in the wp-content/languages folder, then edit wp-config.php, around line 79.
define(‘WPLANG’, ‘en_US’);
Replace en_US with nl_NL.
Forum: Fixing WordPress
In reply to: WordPress Dutch(Netherlands) LanguageTo my knowledge, you will need at least 4 files.
admin-nl_NL.mo
admin-nl_NL.po
nl_NL.mo
nl_NL.poI work with WP in french, but my guess is it should be the same in dutch. I can’t help you further since I don’t read dutch, hence I don’t understand a single word of what’s written on the dutch page…
Forum: Fixing WordPress
In reply to: WordPress Dutch(Netherlands) LanguageYou can grab the language pack from here: http://codex.wordpress.org/WordPress_in_Your_Language
You will likely be redirected to the dutch WordPress community site. You can install another language by copying the .mo/.po files in wp-content/languages, or download a complete, fresh WP install only in dutch.
Forum: Networking WordPress
In reply to: Remove /blog slug from the main siteMany thanks to you. Looks like I overlooked this part of the article when I read it. I’ll go through it one more time and start off a fresh install if necessary.