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
If the post type was registered with has_archive, two more shortcodes will also be created:
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]
For more information and examples: Read the Documentation

评论0