Código: Seleccionar todo
<?php if (function_exists('wp_get_shortlink')) { ?>
<div><span class="post-shortlink">Enlace corto:
<input type='text' value='<?php echo wp_get_shortlink(get_the_ID()); ?>' onclick='this.focus(); this.select();' />
</span></div>
<?php } ?>