Home › Forums › Pro Support › Change … Tagged: change read more tag This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago by Tom. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts July 5, 2018 at 1:31 am #5134 HansParticipant How can I change ‘…’ to ‘ …’. Up to now I modified the source code of functions.php. Now – after changing it in the new version – I can after the modification no longer login – unexpected output. Is there a filter to get a solution? July 5, 2018 at 1:53 am #5135 HansParticipant I solved it by using this filter: add_filter ('wpsp_ellipses', 'ktg_excerpt_more' ); function ktg_excerpt_more() { return ' ...'; } July 5, 2018 at 9:42 pm #5144 TomKeymaster Glad you got it working 🙂 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In