• Hello. I encountered a problem with display %EXCERPT%. Tried and %EXCERPT% and %RAWEXCERPT%. Instead of both excerpts the plugin takes a part of the text. Can you suggest something? The version of the plugin is the last one. The error appeared as soon as I updated the plug-in from the version 3.8.8.

Viewing 1 replies (of 1 total)
  • Plugin Author NextScripts

    (@nextscripts)

    Plugin does not generate excerpts, it takes them from standard WordPress function get_the_excerpt (https://codex.wordpress.org/Function_Reference/get_the_excerpt). You need to check what this function is returning.

    PS: It was working for you before because plugin was taking excerpts from DB in version 3.x.x and we were getting a lot of complains about that since get_the_excerpt function does some post-processing.

    Using get_the_excerpt() is a more correct way.

Viewing 1 replies (of 1 total)

The topic ‘%EXCERPT% insertion error’ is closed to new replies.