Skip to content

Instantly share code, notes, and snippets.

@ville6000
Last active October 22, 2015 08:18
Show Gist options
  • Save ville6000/f92aab69172c0affdd2c to your computer and use it in GitHub Desktop.
Save ville6000/f92aab69172c0affdd2c to your computer and use it in GitHub Desktop.
Get translated permalink with WPML
<?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