CC-Link-Shortcode
This plugin adds the link shortcode to replace standard html tag. Its primary function is to simplify internal linking.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1386 days ago
Is CC-Link-Shortcode abandoned?
Possibly abandoned (last update 1386 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin adds the shortcode [a] to replace html tag. Its primary function is to simplify internal linking. Now you don’t need to worry about changing the permalinks and correcting the appearance of the permalink in your posts/pages. You can only paste ID of post/page into the shortcode and the plugin will handle everything for you. When opening a post/page the shortcode renders the permalinks and titles of linked posts/pages based on the pasted IDs.
Usage
Basic: [a {post_ID}] Example: [a 123] Returns: {post_title}
Custom link text: [a {post_ID}]{link}[/a] Example: [a 123]Example Post[/a] Returns: Example Post
External link: [a {url}]{link}[/a] Example: [a http://example.com]Example Link[/a] Returns: Example Link
Additional parameters: [a {post_ID} {param_name}="{param_value}"] Example: [a 123 target="_blank"] Returns: {post_title}
Installation
From your WordPress Dashboard
- Go to ‘Plugins > Add New’
- Search for ‘CC-Link-Shortcode’
- Activate the plugin from the Plugin section in your WordPress Dashboard.
From WordPress.org
- Download ‘CC-Link-Shortcode’.
- Upload the ‘cc-link-shortcode’ directory to your
/wp-content/plugins/directory using your favorite method (ftp, sftp, scp, etc…) - Activate the plugin from the Plugin section in your WordPress Dashboard.
Frequently Asked Questions
Review feed
Screenshots
Changelog
1.1.1
Release date: 16.03.2022
- Added PHP 8.0 support.
1.1.0
Release date: 29.01.2021
- Added
url_to_postidsupport.
1.0.0
Release date: 01.02.2018
- First stable version of the plugin.