I am trying to create a new products page by calling the content from several weblogs.
By clicking on the picture of the product, the visitor should be redirected to the page, dedicated to that product.
Until now I have been using the title_permalink variable, for example: <a href=”{title_permalink='products/spices'}”>
How can I make it work with several weblogs? Is there such variable as “weblog_url” or something similar?