I have a site with three pages using the "blog" template, so they all have their own collection of children pages. Let's say they're called "A" "B" and "C".
For instance in the page "A" i try to click a popular tag only present in B. It leads to an empty page.
I think I have to separate problems :
The popular tags plugins always uses the current "parent" page as the base url for the link. In the exemple "mysite.com/A/tag:myTag"
If I remove the base url in the adress bar to force a full site search of the tag (in the exemple mysite.com/tag:myTag) it search to the default page of the site, which is C.
Do you think I have to change the page hierarchy to add a top page containing the 3 pages and use this page for the tag search ?