Do I need to do anything special to use an include file which contains weblog entries?
Here’s my draft page:
You can see the section “Latest Forum Posts” where the include fails.
Here’s the related code from the include:
<div id="sidebar_subcat">
<h1>Latest Forum Posts</h1>
<ul>
{exp:weblog:entries weblog="membership_info"}
<li><a href="http://{url_title_path=membership_info}">{title}</a></li>
{/exp:weblog:entries}
</ul>
</div>Thanks in advance for your feedback!