I just found this out today from a client after we upgraded a couple days ago to EE 2.8.1. We have three channels and nothing is populating. I can get the pagination to appear, but nothing within the actual loop appears for any channel. Is this a bug?
I’ve isolated the channel entries into a blank template, still nothing but for the sake of troubleshooting here’s my code:
{exp:channel:entries channel="news" orderby="date" sort="desc" limit="4" paginate="bottom" dynamic="no"}
<div class="blog_post">
<div class="blog_postcontent">
<a href="#" class="date"><i>{entry_date format='%F'}{entry_date format=' %Y '}</i></a>
<h3>{title}</h3>
<p> <br />
<br />
<div class="post_info_content"><br />
{newsbody}</p>
<p><table width="600" border="0"><br />
<tr><br />
<td width="30" valign="top">{site_url}/images/pdf-icon.gif</td><br />
<td width="580" valign="top"><a href="http://{newspdf}" target="_blank" rel="noopener">Download File</a> </td><br />
</tr><br />
</table><br />
</div><br />
</div><br />
</div><!-- /# end post --><br />
<br />
<div class="clearfix divider_line2"></div><br />
<br />
{/exp:channel:entries}