I am trying to pull content from multiple sites using MSM, and here is what I’d like to do:
I curently have approx. 7 sites all on MSM and if an article is written on one site, but possibly appropriate on more than one site, I’d like to be able to pull the first paragraph to the “other” sites, then link back to the original to read the article.
All good here and I know how to do that.
The code would look something like: site=“A,b,c,d” weblogs=“1,2,3,4” category=“140”
However, does each site content need to be categories as Category 140? In other words, if I am on site B for instance and want the homepage there to pull all content from site be, and any content from site A, category 140, Site B, category 150, how to I do that in a succinct fashion, if at all?
What I am trying to avoid is having to go back into every article in every site and categorize all content as coming from that site. Not sure if that makes sense or not…
I am concerned is I use site=“A,b,c,d” weblogs=“1,2,3,4” category=“140”, I will only get content from category 140 and not all the content from site B in addition. I also don’t want to have to have to have my code so long as it must list every category and every site, and every blog. The code would be rather heavy and I have over 190 categories already…