Saving blog entry into two locations at once
Permalink
Hi guys,
I'm building this website with Foundation 5 where user when writing with composer (blog entry page type).
Now i'm wondering if it is possible to user save blog entry into two different location at once? Can i do this? Is there attributes to handle this all ready?
- Mika -
I'm building this website with Foundation 5 where user when writing with composer (blog entry page type).
Now i'm wondering if it is possible to user save blog entry into two different location at once? Can i do this? Is there attributes to handle this all ready?
- Mika -
So you want the blog entry to show in two different locations, 2 different pages?
Well instead of saving the blog entry into 2 different locations, you could simply use page lists to display them into two different locations.
For instance, if you have 2 trees A and B
Save the shared entry under a 3rd tree (C), then display them directly with a page list under A and B specifying C as a base node to search the blog entries.
For instance, if you have 2 trees A and B
Save the shared entry under a 3rd tree (C), then display them directly with a page list under A and B specifying C as a base node to search the blog entries.