• Resolved Eudemon

    (@eudemon)


    I always have posts showing up as {:en}Modern Home{:}{:zh}test{:}
    for wordpress posts and portfolio, do you guys know how to resolve this?
    i still have the same credential for the login if you want to check

    https://ww.wp.xz.cn/plugins/wpglobus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Eudemon

    (@eudemon)

    just an update regarding this issue, we have sorted the things out with Alex Gor via email
    it is a theme related problem, so you guys can rest easy and install this plugin
    I want to again shout out thank you for the great support you guys provide

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    Appreciate your kind words and thanks again for reporting this issue!
    If you care to post any details that might be useful for others, please do so.

    Plugin Author TIV.NET INC.

    (@tivnetinc)

    We believe, this case is closed. If you still have problems, please reopen the ticket.

    Or, if you are completely satisfied, we appreciate a 5-star review:
    https://ww.wp.xz.cn/support/view/plugin-reviews/wpglobus?filter=5

    Thank you!
    The WPGlobus Team

    Delltar

    (@delltar)

    I am experiencing this problem as well. I have custom theme.

    What was the solution in your case? {:cs} tag appears at the beginning of all posts displayed via <?php echo get_excerpt(); ?> while posts displayed via <?php the_content(); ?> are OK.

    Thank you for any suggestions.

    Plugin Author Gregory Karpinsky (@tivnet)

    (@tivnet)

    Hi @delltar,

    The standard function name is get_the_excerpt.

    Not sure, where the get_excerpt comes from, but you can always apply a filter to it:

    echo apply_filters( 'the_content', get_excerpt() );

    for example.

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

The topic ‘rare code showing up’ is closed to new replies.