Thanks Jakub for your solution.
In blog #4 [for each] shortcode works perfectly.
I’ve no caching plugin installed in my multisite wp.
Anyway, I agree with you Eliot, it’s really strange.
The strange thing is that if I put this code:
[get-blog id=4]
[for each=tipi empty=true]
Custom Term: [each name]
[/for]
[/get-blog]
in the content of a page (with id=58) in blog #1, it doesn’t work, but if then I run this code in blog #4:
[get-blog id=1]
[content id=58]
[/get-blog]
I can see all the terms of ‘tipi’ taxonomy.
I want to investigate better on the reasons why it doesn’t work.
I think that Custom Content Shortcode is one of the best plugin I’ve ever used, so I want to give you any kind of support that would improve its funcionality.
Thanks for your support!