• Resolved al1enik

    (@al1enik)


    Hi, I have a problem with Polish inscription “(wi?cej…)”, in English “(more…)” contained in the body of the post using the <!-- more-->. How can I remove it or make it less visible?

    Screen so that you know what I mean
    https://prnt.sc/tyg9p2

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @al1enik!

    I’m sorry, but we don’t really have an option to remove this specific pars from our generated variables. Do you see this in both the ‘excerp’ and the ‘description’ variables? Because if not, you could use one of these variables instead. With the description when you are inserting the variable:
    https://smartslider.helpscoutdocs.com/article/1926-advanced-generator-functions
    you can use the “Split by chars” option to not let the text be too long.

    If you are seeing the “more” part at both variables, what I suggest is, that in your test you only have one word before this “more”. In a real life example you would have probably at least a sentence. With the “Split by chars” option you could try to cut out only that number of characters, which are surely before the “more”. This is an older video we have, but as you see here:

    you can write “…” in the end to not make it look incomplete.

    Thread Starter al1enik

    (@al1enik)

    I found solution. In file public_html/wp-includes/post-template.php
    You need to comment the lines as below. In my file, it’s line 303 and 304.

    
    )//,
    //__( '(more&hellip;)' )
    

    Thanks 4 help

    • This reply was modified 4 years, 6 months ago by al1enik.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘text “(more…)” after using read more’ is closed to new replies.