I need to insert the content of a page or project into another.
I tried some shortcode plugins, such as "insert page" or "custom content", but they don't work.
Is there a way to do it?
Insert page into another
I need to insert the content of a page or project into another.
I tried some shortcode plugins, such as "insert page" or "custom content", but they don't work.
Is there a way to do it?
You can insert the Content of a Page or Project into another via the Gridder JSON option.
When viewing a page or project you may see "Screen Options" in the top right corner:
From there you can select "Gridder JSON"
This will open an area above the Gridder containing some Code. If you copy this code and then paste it into another Page or Project "Gridder JSON" area it should copy over your Layout & Content 🌝
Thank you very much for your reply.
As you suggested, I've tried to copy this code, but what I got is to delete the page's content where I copied over the JSON code from the other page. My goal is to add the content of another page dynamically. So if I change the second page's content, it will be automatically added to the first page.
Possibly I'm looking for adding the content of all pages of a category.
Thanks
Diego
Is there a not standard way to deal with it? i.e. call the content with js or jQuery?
"So if I change the second page's content, it will be automatically added to the first page."
This would need to be custom coded, i have not testing anything like this myself sorry. You would likely need to change some code directly within the Theme files, unfortunately this must be done by you. As i say, i have not had any need to do this personally so don't have a good solution for you.