• I’m using this code to get the current page name.
    <?php $pagename = $post->post_name; ?>
    But the page name is stored in another language. So I’m getting some garbage value like this “%e0%a6%a8%e0%a6%be%e0%a6%b0%e0%a7%80”
    I want to fetch the page name in that particular language. What should I do?

  • The topic ‘Page Name Broken’ is closed to new replies.