Last active
October 22, 2015 08:18
-
-
Save ville6000/f92aab69172c0affdd2c to your computer and use it in GitHub Desktop.
Get translated permalink with WPML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php $icl_object_id = icl_object_id( get_the_ID(), 'post', true ); ?> | |
<a href="<?php echo get_permalink( $icl_object_id ); ?>"> | |
<?php _e( 'Read more', 'your_domain' ); ?> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment