{"id":81099,"date":"2018-02-02T13:57:16","date_gmt":"2018-02-02T13:57:16","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/cc-link-shortcode\/"},"modified":"2022-03-16T14:45:30","modified_gmt":"2022-03-16T14:45:30","slug":"cc-link-shortcode","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/cc-link-shortcode\/","author":14605250,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.1","stable_tag":"trunk","tested":"5.9.13","requires":"4.9.2","requires_php":"7.0","requires_plugins":"","header_name":"CC-Link-Shortcode","header_author":"Clearcode","header_description":"This plugin adds the link shortcode to replace standard html tag. Its primary function is to simplify internal linking.","assets_banners_color":"c5dfea","last_updated":"2022-03-16 14:45:30","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/cc-link-shortcode","header_author_uri":"https:\/\/clearcode.cc","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1487,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"ClearcodeHQ","date":"2018-02-02 13:57:08"},"1.1.0":{"tag":"1.1.0","author":"ClearcodeHQ","date":"2021-01-29 13:29:10"},"1.1.1":{"tag":"1.1.1","author":"ClearcodeHQ","date":"2022-03-16 14:45:30"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1814137,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1814137,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1814137,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1814137,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0","1.1.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6331,5799,537,2662,538],"plugin_category":[],"plugin_contributors":[95640,95641],"plugin_business_model":[],"class_list":["post-81099","plugin","type-plugin","status-publish","hentry","plugin_tags-a","plugin_tags-href","plugin_tags-link","plugin_tags-permalink","plugin_tags-url","plugin_contributors-clearcodehq","plugin_contributors-piotrpress","plugin_committers-clearcodehq","plugin_committers-piotrpress"],"banners":{"banner":"https:\/\/ps.w.org\/cc-link-shortcode\/assets\/banner-772x250.png?rev=1814137","banner_2x":"https:\/\/ps.w.org\/cc-link-shortcode\/assets\/banner-1544x500.png?rev=1814137","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/cc-link-shortcode\/assets\/icon-128x128.png?rev=1814137","icon_2x":"https:\/\/ps.w.org\/cc-link-shortcode\/assets\/icon-256x256.png?rev=1814137","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin adds the shortcode <code>[a]<\/code> to replace <code>&lt;a&gt;<\/code> 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.<\/p>\n\n<h4>Usage<\/h4>\n\n<p>Basic: <code>[a {post_ID}]<\/code> Example: <code>[a 123]<\/code> Returns: <code>&lt;a href=\"{post_permalink}\"&gt;{post_title}&lt;\/a&gt;<\/code><\/p>\n\n<p>Custom link text: <code>[a {post_ID}]{link}[\/a]<\/code> Example: <code>[a 123]Example Post[\/a]<\/code> Returns: <code>&lt;a href=\"{post_permalink}\"&gt;Example Post&lt;\/a&gt;<\/code><\/p>\n\n<p>External link: <code>[a {url}]{link}[\/a]<\/code> Example: <code>[a http:\/\/example.com]Example Link[\/a]<\/code> Returns: <code>&lt;a href=\"http:\/\/example.com\"&gt;Example Link&lt;\/a&gt;<\/code><\/p>\n\n<p>Additional parameters: <code>[a {post_ID} {param_name}=\"{param_value}\"]<\/code> Example: <code>[a 123 target=\"_blank\"]<\/code> Returns: <code>&lt;a href=\"{post_permalink}\" target=\"_blank\"&gt;{post_title}&lt;\/a&gt;<\/code><\/p>\n\n<!--section=installation-->\n<h4>From your WordPress Dashboard<\/h4>\n\n<ol>\n<li>Go to 'Plugins &gt; Add New'<\/li>\n<li>Search for 'CC-Link-Shortcode'<\/li>\n<li>Activate the plugin from the Plugin section in your WordPress Dashboard.<\/li>\n<\/ol>\n\n<h4>From WordPress.org<\/h4>\n\n<ol>\n<li>Download 'CC-Link-Shortcode'.<\/li>\n<li>Upload the 'cc-link-shortcode' directory to your <code>\/wp-content\/plugins\/<\/code> directory using your favorite method (ftp, sftp, scp, etc...)<\/li>\n<li>Activate the plugin from the Plugin section in your WordPress Dashboard.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.1.1<\/h4>\n\n<p><em>Release date: 16.03.2022<\/em><\/p>\n\n<ul>\n<li>Added PHP 8.0 support.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<p><em>Release date: 29.01.2021<\/em><\/p>\n\n<ul>\n<li>Added <code>url_to_postid<\/code> support.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<p><em>Release date: 01.02.2018<\/em><\/p>\n\n<ul>\n<li>First stable version of the plugin.<\/li>\n<\/ul>","raw_excerpt":"This plugin adds the link shortcode to replace standard html tag. Its primary function is to simplify internal linking.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/81099","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=81099"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/clearcodehq"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=81099"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=81099"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=81099"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=81099"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=81099"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=81099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}