The 「Current Post Shortcode」 plugin allows you to display post titles and custom field values using simple shortcodes. You can display the current post』s title or meta information, or specify a post ID to retrieve data from a specific post.
Shortcodes
-
Display Current Post Title and Meta Information:
- Post Title:
[current_post] - Post Meta (Custom Field):
[current_post meta="custom_field"]
- Post Title:
-
Display Data from a Specific Post ID:
- Post Title:
[current_post id="123"] - Post Meta:
[current_post id="123" meta="custom_field"]
- Post Title:






