Forums

[resolved] Special Characters Issue (3 posts)

  1. mariuspiatek
    Member
    Posted 3 years ago #

    Hello,
    I have a small problem with special characters in my wordpress.
    I am trying to have a menu that will display characters such as "ę" in my menu. Menu is created simply with css and added to .php file. Instead of those characters I see "?" for example etc.

    Anyone knows this issue?
    I am sure it is character encoding problem. I have an enlish version installed.

    Oh yes and I also added a language package into languages folder, and edit it in config file.

    Thank you
    Mar.

  2. mariuspiatek
    Member
    Posted 3 years ago #

    I resolved this issue by using

      <?php wp_list_pages('title_li='); ?>

    instead of coding each page.

    Thank you

  3. mrwombat
    Member
    Posted 3 years ago #

    Save your file as UTF8, not ANSI, then extended characters will display.

Topic Closed

This topic has been closed to new replies.

About this Topic