From english to dutch

Hi

My blog is in dutch. A lot off words i have changed it in dutch like 'read more, the comments etc. etc.

But “search” and “posted on…” is still in english. Not a big problem but still want it in dutch. i have searched it in every .php file but can’t find it.

Can you help me?

www.lanitanl.nl

And the “older posts” and “new posts” is in english to

You can find search into the header.php file and change it to “Zoeken” , change line 50 to:

<input type=“text” name=“s” placeholder="<?php echo esc_attr_x( ‘Zoeken…’, ‘search placeholder’, ‘activello’ ); ?>">

You can find older and newer post in de the file inc/template-tags.php change line 27 to:

<div class=“nav-previous”> <?php next_posts_link( __( ‘Vorige’, ‘activello’ ) ); ?></div>

and change line 31 to:

<div class=“nav-next”><?php previous_posts_link( __( ‘Volgende’, ‘activello’ ) ); ?> </div>

Groetjes,

BartP

Yees, i have find it!! Thanks!

Hi @lanitanl,

Awesome great to see you got that resolved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin