View Embed Pages
Category:Note to Self
Question: How can I embed other wiki entries into my current wiki entry?
Answer: You’ll need to do the following:
1. Identify the name of the page you want to embed.
2. Call the embed this way:
{embed="This-is-a-page"}
Where This-is-a-page is the name of the entry.
NOTE: Don’t forget the double quotes around the entry name.
Category: Note to Self
Question: What should be in my wiki/index template to have my wiki display?
Answer: Use the following in your wiki/index template:
{exp:wiki base_path="wiki/index" wiki="default_wiki" theme="default"}
Where the base_path, wiki, and theme apply.