Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cartar929

    (@cartar929)

    It looks like I was able to figure this one out.

    In the wp_related_post.php file the lines 287-289 need to be update as:

    if ($excerpt) {
    				if (strlen($excerpt) > $excerpt_max_length) {
    					$excerpt = mb_substr($excerpt, 0, $excerpt_max_length - 3) . '...<a class="rp-more-link" href="' . $post_url . '" > Read More ? </a>';

    In order for a “Read More ?” type of link to work after the excerpt.

    Hey Carter, glad you found the solution yourself, really! ??

    But do let me know if you need any future assistance or if something is not absolutely clear?—?I’ll gladly help!

    Take care & have a nice weekend!

    Best,
    Silvo

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read More ?’ is closed to new replies.