StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   Can't change text 'leave a comment' in post info line (http://www.studiopress.com/support/showthread.php?t=118223)

lspringael 09-21-2012 04:07 AM

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

NicktheGeek 09-21-2012 09:47 AM

do you have the Genesis Simple Edits plugin active?

lspringael 09-28-2012 02:47 AM

It is now active, but still the text doesn't change...

NicktheGeek 09-28-2012 05:39 PM

what is in your Simple Edits field? Are you using Genesis Simple Hooks?


All times are GMT -5. The time now is 12:46 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.