Works perfect
-
– Creates YOURLs links for all content using wp_shortlink ?
– Easily access link stats from the admin bar ?
– Only 2 options: domain and api key ?
– Multisite compatible ?
– Active development ?
– Add shortcode to theme ?
– Works on multisite ?This works to add the shortcode:
<?php if (function_exists('wp_get_shortlink')) { ?> <div><span class="post-shortlink">Shortlink: <input type='text' value='<?php echo wp_get_shortlink(get_the_ID()); ?>' onclick='this.focus(); this.select();' /> </span></div> <?php } ?>
source: wpbeginner
Just one easily solvable bug as reported here.
- The topic ‘Works perfect’ is closed to new replies.