Thread Starter
Freg
(@freg)
Yes it’s works, thanks a lot:)
Here is the code i’ve used :
$num_comments = get_comments_number();
if ( $num_comments == 0 ) { the_content("Lire la suite"); }
elseif ( $num_comments == 1 ) { the_content("Lire la suite et le commentaire"); }
elseif ( $num_comments > 1 ) { the_content("Lire la suite et les " . get_comments_number( $post_id ) . " commentaires"); }
Thread Starter
Freg
(@freg)
Ok, I understand that the community don’t have to do the support for a theme specific issue. But my problem has nothing to with the theme. I’ve juste tried with Twenty Eleven theme, the result is exacly the same.
Thread Starter
Freg
(@freg)
Great I had the same problem. Know with php5 it works.
The plugin import the complete name. It is possible to import only the first name ?
See u and thank you for that wonderfull plugin 🙂