Mindvalley
Forum Replies Created
-
Hi Matthew,
Sorry for the late reply.
The reason your code is not working is because PHP automatically replaces spaces to underscores when creating the $_GET or $_POST variable array keys.
So instead of [get_var name=”custom first”] try [get_var name=”custom_first”].
I’ve also made some updates to the plugin to automatically convert spaces to underscores @ version 1.0.6 … Thanks to your feedback 🙂
Let me know if you still have any problems.
Hey thanks kvandekrol 🙂 Sorry for the late reply.
I’ve made the changes and published a new revision. Should be available soon.
It’s nice to hear that it helped you in your work 🙂 It helped us tremendously when we had duplicating contents all over the place.
Cheers.
Hey Jason, will work on that. Thanks for the heads up 🙂
Not sure what you mean … can’t find the problem :/
Can you post the code here on what you’ve fixed?
Sorry for late reply.
Basically the way this plugin is useful is when you use a lot of same text. For example, if you have 10 product pages you might have the same disclaimer section or order form section.
This is where you can put the disclaimer text into a private post, then include it in the product page content.
You don’t need to mark include sections, it includes the entire page/post.