• labsforge

    (@labsforge)


    Hi, great plugin, thank you for your contribution ??
    I have a problem on the Page title string, it shows like this:
    [:en]Home[:]
    [:en]Pricing[:]
    [:en]Feature Requests[:]
    [:en]Support[:]
    [:en]Contact[:]
    [:en]About[:]

    I assume this comes from wp_multilang, and I wanna know how to fix it pls.
    I’m ok with changing the code my self and upload custom plugin with fix.

    Hint: I noticed that on the “HTML Sort Order” the item are displayed correctly!

    Thank you,
    Labsforge

Viewing 1 replies (of 1 total)
  • Thread Starter labsforge

    (@labsforge)

    I was able to fix it with esc_attr(…) on

    new htmlSitemapItem(esc_attr($post->post_title), false, $post->ID, $type, false);

    But my question remains, how can I use this awesome plugin with wp_multilang?

Viewing 1 replies (of 1 total)
  • The topic ‘How to fix Page names?’ is closed to new replies.