Mika hi-hi,
Thanks for your feedback. I motivate and explain the results using this plugin:
I need to get the page contents ‘auto-inserted’ (GET-function) from Main domain page to Subdomain page using shortcode.
Motivation: using 4 domains basically I don’t wanna always have to change Contact page contents of 4 sites, better change that in 1 page only. (And then the other 3 subdomain pages ‘auto-change’ as well. Hence, the required GET-function)
When clicking on the Contact page of a subdomain, it currently leads BACK to Main domain Contact page, and this is not what I want. I need visitor to stay inside the Subdomain.
(If it were bad for Google’s SEO, well, then so-be-it. As long as I can work with ‘my thing’ then that’s all.)
The post-content-shortcodes plugin works with Posts, not Pages. But I figured if I learn how to use that as a first step, then I will learn to understand how it could work with Pages too.
(And then I would ask the Plugin author how That could be done, in order to get my desired end-result). ^__^
So, here-goes-the-result:
1. I installed the post-content-shortcodes plugin in the subdomain site.
2. Added the basic shortcode [post-content post_name="nieuwe-jurken-binnen"]
testresult: Plugin works good INSIDE Subdomain
3. Added the Multisite shortcode [post-content post_name="nieuwe-jurken-binnen" blog="www.dreamhousestudio.net"]
result: Page all messed up
This IS described at the very bottom of plugin faq page: https://www.ads-software.com/plugins/post-content-shortcodes/faq/
I quote the FAQ:
There is a known issue where HTML (especially [caption] shortcodes) within the excerpt can break the entire page. In order to avoid this, be sure to place the tag above the [caption] shortcode within the posts being pulled into the post-list shortcode.
But then-again, I don’t know where-to-get-the-Tag-from …
They also mention using shortcode [post-content post_name="this-is-my-cool-post" blog=10]
but I have nooooo idea how to get to my main domain blog-number
Of course I’m learning WP more-and-more continually, but when I have to start looking in the WP Codex, then I’m lost. ??
Thanks so far already.