Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello there,

    Try to add this function in the child theme‘s functions.php file.

    function sydney_child_elipsis_link($content) {
    	return str_replace('[&hellip;]', '<a href="'. esc_attr(get_permalink()) .'">[&hellip;]</a>', $content);
    }
    add_filter('the_excerpt', 'sydney_child_elipsis_link');

    Regards,
    Kharis

    Hey Zeeshan,

    You can add a read more tag through your visual editor’s toolbar. Click on this link to know more.

    Hope it helps.

    Thread Starter zeshankhanbwp

    (@zeshankhanbwp)

    Dear: Kharis unfortunately above code not working
    Thanks
    zeeshan

    Hello there,

    Please share the URL where you want the “Read more” link should have been visible at.

    Regards,
    Kharis

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Read more text link in post’ is closed to new replies.