IT Nursery
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...
  • June 1, 2022
  • 0 Comments
IT Nursery
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...
  • May 29, 2022
  • 0 Comments
IT Nursery
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...
  • May 29, 2022
  • 0 Comments
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...
  • May 20, 2022
  • 0 Comments
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...
  • May 16, 2022
  • 0 Comments