View Single Post
  #1  
Old 09-21-2012, 04:07 AM
lspringael lspringael is offline
Registered User
Genesis Member
 
Join Date: Sep 2012
Posts: 2
Default Can't change text 'leave a comment' in post info line

Hi

I added this code to functions.php:

/** Modify the comment link text */
add_filter( 'genesis_post_meta', 'post_meta_filter' );
function post_meta_filter( $post_meta ) {
return '[post_comments zero="Laat een bericht achter" one="1 Bericht" more="% Berichten"]';
}

but still the post info line says 'leave a comment' instead of 'Laat een bericht achter'.

Example here: http://www.yogadingetjes.be/yogasling/

Any idea why this is not working?

Linda