Read More Link
-
Hi
I have a multilingual website (English and Welsh) and I am using the qtranslate plugin.
Everything works OK however I cant seem to get the ‘Read more’ permalink to change to the corresponding language in my wordpress loop. My code is the below:
<article class="recent-blog">'; $output .='<h4><a href="'. get_permalink().'">'.get_the_title().'</a></h4> <p>'.$short_excerpt.'</p> <p class="readmore_link"><a href="'. get_permalink().'"> Read More </a></p> </article>
I’ve tried [:en] and [:cy] before the readmore text, but still can’t seem to get it to work.
Does anybody have any ideas on how to get it to work? Any help would be greatly appreciated ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Read More Link’ is closed to new replies.