Sorry, had to take some time off for the farm...
Thanks again for sticking with me on this! I really appreciate the hard work you're putting in on the problem!
Seems like we're almost there:
I plugged in the complete code segment above, and it worked great (on one of the three blogs)!
Then I noticed that, as before, the news feed came up identically on all three blog pages. I went in to the other two blog pages, and the code was identical to what I entered above. So, I "commented out" the code on the other two pages, to see if it would still work on the blogpage I entered the code on ... It was identical on all three pages. IAW, when I commented out the code on one page, it commented it out on all three.
I think we're almost there. Seems that we just need to add a separate path to each of the three blog pages. Maybe need to modify the:
$("sidebar") pointer to something like $"(PAGENAME).sidebar")
... in the code block on each of the three pages(?)
↧