We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, "Continue Reading" is appended to all excerpts but it's not translated (line 336 or so in functions.php).
function gcwu_fegc_continue_reading_link() { return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'gcwu_fegc' ) . '</a>'; }
Adding [:en]Read more...[:fr]En savoir plus... (or similar) fixes the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, "Continue Reading" is appended to all excerpts but it's not translated (line 336 or so in functions.php).
Adding [:en]Read more...[:fr]En savoir plus... (or similar) fixes the issue.
The text was updated successfully, but these errors were encountered: