None of my weblog entries are displaying on the website. I can successfully add entries to a weblog, but none of them appear on the website. Here is the code I’m using to display the weblog entries:
{exp:weblog:entries weblog="testimonials" orderby="date" sort="desc" dynamic="off" disable="pagination|categories|member_data|trackbacks"}
<li>
<blockquote cite="{name}, {company}">
{testimony}
<div class="cite"><strong>{name}</strong><br /><em>{company}</em></div>
</blockquote>
</li>
{/exp:weblog:entries}
I’m able to access the database from the control panel (I can login, administer templates, administer weblogs, create entries, etc.) but I don’t know how to test access to the db from the website, to verify if it has connectivity. Or if that would even make sense. Any help will be greatly appreciated. Thanks.
Matt.
