I want to use a shortcode that generates a short URL from API of Premium URL Shortener script. I added code from API to my template functions: // Main...
Is there a way to force a social sharing plugin to use the shortlink each of my WP posts automatically gets (YOURLS service in my case) to pass to...
I’ve this plugin to create shortlink using the bitly API, but there’s a problem! function yoast_bitly_shortlink($url, $id, $context, $allow_slugs) { if ( ( is_singular() && !is_preview() ) || $context...
I tried using a shortlink code, but only the link is displaying and it isn’t working either. <?php the_shortlink('http://abc.com/?p=52'); ?> I am using DW Question & Answer plugin and...
Short links generated by wordpress is not working for post permalinks like this: https: //www.mysite.com/test/mypage It’s working if the permalink looks like this: https: //www.mysite.com/mypage In both cases I...
Curently if we use the insert link dialog to insert a link to another post, WordPress always use the permalink of that post. The problem is when we change...
I need random (and unique) alphanumeric permalinks. I’ve looked at several plugins but they all seem to do some form of redirection to a longer URL. That’s not what...
We have a nice short domain name, but links to media files are way too long because the file names are long and you have the extended path for...