Home Forums Basel support forum Regarding Read More and translation options Reply To: Regarding Read More and translation options

#1410

Artem Temos
Keymaster

Hello,

Thank you for the topic.

We just double checked read more tag functionality on our development theme installation and it work correct. So in case it doesn’t work for you we need to take a look at your web-site and find what are you doing wrong. Write us your web-site link when your web-site will go live.

And here is a function that you can place into your child-theme functions.php to customize read more button output


function basel_modify_read_more_link() {
return '</p><p class="read-more-section"><a class="btn btn-style-link btn-read-more more-link" href="' . get_permalink() . '">' . esc_html__('Read more', 'basel') . '</a>';
}

We also checked our POT file and see that menu labels are presented there and ready for translations. You can translate it with PoEdit program or with WPML plugin, we didn’t test Polylang plugin for our theme.

Kind Regards
Xtemos