Thank you for your contribution, but with your suggestion I do not get the desired result. First, for the code you propose to work, the variable 'new_base_url' must be declared (as in Quark Theme) with the following lines:
TWIG
{%setnew_base_url=blog.url=='/'? '': blog.url%}
Based on this scenario, I get the following results:
If I am on the home page or other and click on Tag1, Tag2 or others (in the Sidebar), the path shown in the browser is:
TXT
http://localhost/tag:tag1 or
http://localhost/tag:tag2 or
http://localhost/tag:tag3
showing therefore an error, since that is not the address of the website.
In the end I have achieved what I want, partially, only with the blog collection, in this way.
First I define the variable with the absolute path to the site and the blog path:
Hi @pamtbaau
Sorry to have mixed two issues into one. Indeed the last question is for another post. Regarding the original question, the error is solved by passing parameters to the call to the taxonomylist plugin.