Easy Post-to-Post Links works via a series of shortcodes, which when used in the content allow the user to easily link to other posts without adding classic HTML links in the text.
The benefit of this method is that editors can link to a WordPress ID instead of an URL, which can easily break when the permalink structure is changed.
URL slugs can be used as well if you know the URL scheme won't change and no other similar problems will occur.
Easy Post-to-Post Links will search the WordPress database for the article's title and use it as the link's text.
This can be overridden by adding text inside the shortcode itself.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
What is new in this release:
- Publicly release changes from the not-publicly released v2.0 and v3.0 of the plugin
- Update plugin framework to 039
- Add support for shortcode attributes 'before' and 'after' to override plugin setting on per-user basis
- Implement a Quicktags button "post2post" that inserts the shortcode into the post editor (Text-mode only)
- Remove support for the broken TinyMCE button (Visual-mode), including files
- Move plugin page examples out from bottom of settings page into help tab
- Add help_tabs_content(), contextual_help()
- Remove show_examples(), mce_external_plugins(), mce_buttons()
Requirements:
- WordPress 3.6 or higher
Comments not found