Kind of stumped here. I created a new weblog in one of my MSM sites today to handle a bunch of imported content that we will be doing, so that I can separate it out on the Edit page if need be. The new weblog short name is zdnews.
After creating the weblog and putting a piece of content in it, I went into my index template and added |zdnews to my weblog parameter in exp:weblog:entries. So basically, it is weblog=“weblog1|zdnews” for all intents and purposes (I actually have about 4 or 5 weblogs listed there.
I checked my index page, and the new piece of content shows up exactly where it should.
I then went to my permalink page and did the same as I did to the index page, adding “|zdnews” to the weblog portion of exp:weblog:entries.
However, when I visit one of these pages, using the URL title of the entry in the new weblog, I just get a blank page. I tried other pages just to make sure I didn’t mess something else up across the board, but all the other permalink pages work fine. It’s just when I try to access a permalink page with content from the new weblog that I have trouble, despite adding the weblog shortname to the template.
Here are are rest of the facts:
If you go to http://www.gearlive.com and scroll down, the post titled “Facebook Breakup Notifiers Takes the Fun Out of Friend-Stalking” is the test post that resides in the new zdnews weblog. So as you can see, it shows up there on the index page.
If you go here, to what should be the permalink page for that item, you get a blank page:
http://www.gearlive.com/news/article/facebook-breakup-notifier-q111/
Alternatively, if you go here, you will see the permalink page from an item from a different weblog. Note that the same template is used to create both the blank page above, and this one:
http://www.gearlive.com/news/article/macbook-pro-sport-light-peak-q111/
Here is the exp:weblog:entries tag for the template:
{exp:weblog:entries
limit="1"
disable="member_data|pagination|trackbacks"
weblog="weblog1|giftguide|announcements|zdnews"
status="open|pending"
cache="yes"
refresh="30"
}Again, same template is used. The blank URL is supposed to display content from the zdnews weblog, and the one that works is displaying content from the weblog1 weblog. That’s the only difference between the blank page and the page that renders fine.
So what am I missing here?? 😉