• I’ve a chinese website and would like to change the <?php the_permalink() ?> method to <?php echo urldecode(get_permalink()) ?> so that my website url will be show correctly in chinese, not some unicode symbols.

    I usually change this in single.php, however I can’t find <?php the_permalink() ?> in single.php, where can I change the <?php the_permalink() ?> for post?

    Hope this make sense to you.

    Thanks

The topic ‘How to change perminlink (post) method?’ is closed to new replies.