mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
17 lines
754 B
Markdown
17 lines
754 B
Markdown
|
# Working with subsites
|
||
|
|
||
|
## Managing content across subsites
|
||
|
|
||
|
When you are in the *Pages* or *Files* sections of the CMS, select a subsite from the dropdown in the upper left to
|
||
|
display the content for that site in the site tree.
|
||
|
|
||
|
![Subsites dropdown](_images/subsites-dropdown.jpg)
|
||
|
|
||
|
## Subsites virtual pages
|
||
|
|
||
|
You can pull in the content from a page that resides on another subsite by creating a page of the type **Subsites
|
||
|
Virtual Page**. Pick the subsite from which you want to pull the content, then select the page. As with regular virtual
|
||
|
pages, your **Subsites Virtual Page** will display the content from the original page and get updated automatically if
|
||
|
the original content changes.
|
||
|
|
||
|
![Subsites virtual page](_images/subsites-virtual-page.jpg)
|