Create your own fully integrated URL shortener for your posts, pages and custom post types.
Shortcode or
function azrcrv_urls_get_custom_shortlink
can be called from themes or other plugins to retrieve the custom short URL.
Example shortcode usage:
echo do_shortcode('');
Example function usage:
if (function_exists('azrcrv_urls_get_custom_shortlink')){
printf(' %s', ''.'Shortlink'.'');
}
Settings page allows options for short URL generation to be configured.
This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.
Changelog
- Update readme files.
- Update language template.
- Fix bug with azurecurve menu.
Download
Download from GitHub to manually install; if you already have the plugin installed, an update will be available in the admin dashboard.
Support
If you have any problems to log or features to request, contact me via the ClassicPress Plugin Support Forum or you can log an issue via the GitHub repository.
Issues/Ideas
I’m keen to resolve any issues and happy to consider functionality requests, so please get in touch if you want to report a problem or ask for new functionality.