BACK TO DIRECTORY

CC-Link-Shortcode

by Clearcode

0.0
(0 ratings)

This plugin adds the shortcode [a] to replace <a> 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: <a href="{post_permalink}">{post_title}</a>

Custom link text: [a {post_ID}]{link}[/a] Example: [a 123]Example Post[/a] Returns: <a href="{post_permalink}">Example Post</a>

External link: [a {url}]{link}[/a] Example: [a http://example.com]Example Link[/a] Returns: <a href="http://example.com">Example Link</a>

Additional parameters: [a {post_ID} {param_name}="{param_value}"] Example: [a 123 target="_blank"] Returns: <a href="{post_permalink}" target="_blank">{post_title}</a>

Plugin Details

Active Installs
10
Total Downloads
1,682
Version
1.1.1
Requires WP
4.9.2
Requires PHP
7.0
Tested Up To
5.9.16
Added
2018-02-02
Last Updated
2022-03-16 2:45pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0