My discussion of Query is referring to the URL Query. For example, this URL has two queries in it: https://example.com/blog/?music=rock&year=1960
Your explanation of Full Themes is not what I expected, so there is a different solution than what I mentioned in my previous post: Sticky and Override.
On the Advanced Settings tab of the plugin’s Settings page, you will want to read the Sticky and Override section.
Here is the easiest (for you, not necessarily for your users) way to do what you want to. I would have a Page on your public web site called something like Setting Your Theme. Presuming the URL for that Page is https://example.com/setting_your_theme
then you would have two links displayed on that page:
- Dating –
https://example.com/setting_your_theme?theme=dating
- Social Networking
https://example.com/setting_your_theme?theme=networking
On my plugin’s Settings tab, you would go to the “For A Query Keyword=Value on any Page, Post or other non-Admin page” section, and define the two Queries: Query Keyword is theme
, and Query Value is dating
for one and networking
for the other.
Those two entries will now appear in the Sticky and Override section of the Advanced Settings tab, and you can select both Override and Sticky for each of them.