When you install RootsPersona, buy default it creates rootsPersonaTree page, a Person Index, and an Evidence Index.
The rootsPersonaTree page is created as sort of an empty dummy page under which all persona pages are created. If it wasn’t there, all persona pages would be created at the ‘top’ level, and would show up by default in the main menu in most themes. That means a little bar with hundreds of entries. So RootsPersona creates the parent page, makes all persona pages children of that page, and tells WordPress by default “don’t include children of rootsPersonaTree in any menus”
Because most people just want a single tree, RootsPersona also creates a default “Person Index” and “Evidence Index” for batchID 1. They are what they say, and are helpful for people with simple needs (iuncluding me).
If you look at those two pages, you will see that they just include simple shortcodes –
[rootsPersonaIndexPage batchId=”1″/]
[rootsEvidencePage batchId=”1″/]
Now if your needs are more complex and you want to separate your data as you indicated, when you upload a GEDCOM file, you indicate a different batchID (let’s say ‘2’). This keeps the data separate within rootsPersona. However, rootspersona does not create the Person Index or Evidence Index for the new batchID – it can’t guess how you want to organize you indices.
So you can do it yourself. Just create a new page (doesn’t HAVE to be empty, but makes sense that it would be), and include the shgortcode somewhere in it:
[rootsPersonaIndexPage batchId=”2″/]
Now you will have a second index of ONLY the people in batchID 2. Repeat for the Evidence Index if you like.
You don’t have to create a rootsPersonTree page for the new batch by the way, and be careful not to delete it – it makes a mess of your WordPress menus!
There are other things you can do with the rootspersonaIndexPage shortcode by the way, including dividing up your data by surname wildcards (a page for A-B for example). Unfortunately the documentation is a little out of date. Let me know if you want to use that feature and I’ll guide you through it.
Does this help?
Ed