Comments Hagen started the conversationNovember 19, 2015 at 7:52amHi there,typo in the template-blog-meta-.php file for Schon.Line 68: <a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comment', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a>Should be (note '0 Comment' is now '0 Comments') <a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comments', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a> 295Paul repliedNovember 20, 2015 at 7:47amHi there!Thanks for letting me know about this. I will update it in the next version. ;)Regards,Paul Sign in to reply ...
Hi there,
typo in the template-blog-meta-.php file for Schon.
Line 68:
<a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comment', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a>
Should be (note '0 Comment' is now '0 Comments')
<a href="<?php echo esc_url( get_comments_link() ); ?>"><?php comments_number( esc_html__( '0 Comments', 'uxbarn' ), esc_html__( '1 Comment', 'uxbarn' ), esc_html__( '% Comments', 'uxbarn' ) ); ?></a>
Hi there!
Thanks for letting me know about this. I will update it in the next version. ;)
Regards,
Paul