Easily create link to another post using shortcode to reference the post by id or slug the text is the post's title, unless overridden..
When viewed on your site, the post-to-post link tag is replaced with permalink to the post you've referenced.
By default, the text of the link will be the post's title, resulting in something like..
You can customize the text by specifying text=. attribute and value to the post-to-post link tag.
The plugin provides its own admin options page via Settings -> Post2Post in WordPress admin.
Assuming all of the above were used to reference the same post, the replacement for the shortcut would be..
The legacy syntaxes — which are disabled by default and not recommended for use unless you've used version of the earlier than v3.0 — allow you to refer to other posts by ID using syntax or HTML comment syntax, like so or ` ` or by the post slug name, like so or `.`.
HTML comment notation was the syntax employed by earlier versions of this plugin.
NOTE HTML comment notation does NOT play well with the in WordPress admin..
The 'c2c post2post shortcode hook allows you to define alternative to the default shortcode tag.
Read more