We're merging with GenerateBlocks! Learn more here.

[Resolved] Change …

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Change …

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5134
    Hans
    Participant

    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?

    #5135
    Hans
    Participant

    I solved it by using this filter:

    add_filter ('wpsp_ellipses', 'ktg_excerpt_more' );
    function ktg_excerpt_more() {
    	return ' ...';
    }
    #5144
    Tom
    Keymaster

    Glad you got it working 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.