• Resolved yolapi

    (@yolapi)


    hello!
    I would like to introduce a space before the … … in the blog excerpt. (read more)
    In german, it’s an orthographic error to use the … without the space.
    How can I please introduce the space there?

    I tried it in the functions.php and in the formatting.php without succes.
    THX!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Ashesh Magar

    (@asheshmagar)

    Hi @yolapi,

    Can you please provide your site URL. So, that we can sort out your issue.

    Thanks,
    Ashesh

    Thread Starter yolapi

    (@yolapi)

    thank you, I resolved the problem.

    Thread Starter yolapi

    (@yolapi)

    BTW
    here is the solution:

    themes/esteem-pro/inc/functions.php
    space before hellip

    /**
    * Returns a “Continue Reading” link for excerpts
    */
    function esteem_continue_reading() {
    return ‘ … ‘;
    }

    Thread Starter yolapi

    (@yolapi)

    “&nbsp ; &hellip ; “

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘space befor …’ is closed to new replies.