Include content from one page to another
Another shortcode option (add the following to your functions.php). With this one, you have two options. You can query by the post/page ID (will work for any post type), or the page name/slug (only works for pages). // Add “Show Content” Shortcode function wpse_120886_show_content( $atts ) { // Attributes $a = shortcode_atts( array( ‘id’ => … Read more