To show your shortlink in your wordpress self hosted ,use this code on The Loop or singlepost
<?php if (function_exists('wp_get_shortlink')) { ?> <div><span>Shortlink: <input type='text' value='<?php echo wp_get_shortlink(get_the_ID()); ?>' onclick='this.focus(); this.select();' /> </span></div> <?php } ?>
Advertisement