I created two additional weblogs copying the settings of the first. The first will display as intended. I have painstakingly checked global and individual weblog settings and have found no variations. I thought I might have had an error in my entries tag or my template so I created a test template and it would only display my very first weblog I created. (in the case below it only displays ‘opinions2’ as it is the first I created.
I’m using build 1.6.6.
I created my test page with the following code to display one entry from each of the weblogs here. All three have the same settings including custom weblog fields, and default status. ‘opinions2’ (the original) is the only one that displays a post.
{exp:weblog:entries weblog="opinions1" dynamic="off" limit="1"}
{title}
{body}>br >
-end-
<hr>
{/exp:weblog:entries}
{exp:weblog:entries weblog="opinions2" dynamic="off" limit="1"}
{title}
{body}
-end-
<hr>
{/exp:weblog:entries}
{exp:weblog:entries weblog="opinions3" dynamic="off" limit="1"}
{title}
{body}
-end-
<hr>
{/exp:weblog:entries}you can see my test page with this code here.
I would like to have this display a single entry from each of the three weblogs.
Can I get some guidance on other previous posts to read or a checklist of things to check? Could this be a problem with my installation? I have 2 other custom entry field sets with weblogs they are assigned to with no problems.