Post Link Shortcodes
A collection of shortcodes for building links, images, or URLs to a given post/archive of any type.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 2265 days ago • 2 reviews
Is Post Link Shortcodes abandoned?
Possibly abandoned (last update 2265 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 dynamically adds a collection of helpful shortcodes for each registered post type. These shortcodes can be used to return URLs, or generate HTML elements like anchors and images to the related post!
Each post type will have 2 shortcodes created for it where {type} is the name of the post type. Eg: post or page
[{type}_url]
[{type}_link]
If the post type was registered with has_archive, two more shortcodes will also be created:
[{type}_archive_url]
[{type}_archive_link]
NEW in 0.4.0:
If the post type supports thumbnail (featured images) two more shortcodes will also be created:
[{type}_src]
[{type}_img]
NEW in 0.4.0:
Attachment shortcodes
[attachment_src]
[attachment_img]
[post_src hello-world]
[post_img hello-world size=medium]
For more information and examples: Read the Documentation
More
Installation
- Upload the
post-link-shortcodesfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Frequently Asked Questions
Review feed
Changelog
0.4.1
- FIXED: Unregistered
{type}_archive_urlshortcode
0.4.0
- NEW:
attachment_srcandattachment_imgshortcodes - NEW:
{type}_srcand{type}_imgshortcodes for types that support post thumbnails - NEW: added filters
- Various improvements and optimizations under the hood
- Added support for boolean html attributes
0.3.1
- Fix a bug where a shortcode would return data for the current page/post when searching for a target post by a slug that does not or no longer exists.
0.3
- Aliases introduced
0.2
- Initial release!


