Tagged: related entries
hello
I want to show full title of Related Entries, not “…”
how to do this?
thanks.
Hey Moaaaaya,
Please provide a link to the site page in question so we can look into this issue further.
Best regards,
Jordan Shannon
link
Hi,
Thank you for the update.
You have to modify the wp-content\themes\enfold\includes\related-posts.php file, look for this code around line 109:
if(!empty($title_short)) $related_post->post_title = wp_trim_words($related_post->post_title, 17);
Remove the wp_trim_words altogether or adjust the num_words (number of words) parameter value from 17 to a higher value.
// https://developer.wordpress.org/reference/functions/wp_trim_words/
Best regards,
Ismael
thanks,
it’s work,
it’s seem better now^^
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon