=== Plugin Name === Contributors: ihomefinder Donate link: http://support.ihomefinder.com/post-content-sharing-plugin/ Tags: pages, posts, content, replicate Requires at least: 3.0.1 Tested up to: 3.1.2 Stable tag: 0.1 Provides contents of posts or pages inside of other Wordpress posts or pages == Description == This plugin is made as a solution for websites which have multiple pages under different sections of the website which share the same content. To use it simply place a short tag like the one that follows with the Post ID for the post or page. [post-content-sharing post_id="34"] The shortcode will be replaced with the content from the other post/page. == Installation == Extract the zip file and upload the contents to the wp-content/plugins/ directory of your WordPress installation and then activate the plugin from the plugins page. == Frequently Asked Questions == = How do I obtain the post_id number for a post/page? = To obtain the post_id number for a specific post or page, simply choose to edit a specific post or page from within the Wordpress Dashboard area, then copy the post ID from the URL of the page used to edit the post or page. For example, the post ID involved in the following URL is 4. http://www.mywordpresssite.com/wp-admin/post.php?post=4&action=edit == Screenshots == 1. Short code use example == Changelog == = 0.1 = * Inserts post content with newlines replaced with
tags, other plugin filtering applied to content. Validates that post_id is numeric.