This is truly Odd. So I’m editing my weblog entry. It suddenly disappears from the front end of the site. I can’t get it to come up at all now. The weblog entries tag is returning a “no results” result.
I’ve cleared caches, and as far as I know am on the latest versions. I’m running MSM. Thing is, it was showing up. It shows up on the admin side just fine—I can edit, etc. All my text is there.
I created a test template with nothing but the weblog tag on it, so nothing would be interfering. Still doesn’t show up. All the other entries in that weblog show up, too. Just not that one. If I use the specific entry id parameter, I get zilch.
I don’t have the foggiest idea what could be causing it. Here’s my test template in it’s entirety:
{exp:weblog:entries weblog="static" entry_id="31"}
{title}
{summary}
{body}
<hr>
{/exp:weblog:entries}
<hr>
{exp:query sql="SELECT COUNT(*) AS my_count FROM exp_weblog_titles WHERE weblog_id = '8'"}
There are {my_count} entries.
{/exp:query}The query plugin is pulling the correct number of entries, but it just won’t show up! The debugging says the weblog entries call is sending back a “no results content”; which is truly iffy.
Test page: http://www.canterburyresume.com/index.php/home/test2/
On the home page there, you’ll see that the other four entries are being pulled just fine, but the main content is totally not coming in. And it was before—I saw it there, and I didn’t adjust any settings that I know of.
Edit: now it shows up? I did nothing at all! But my original problem is still there—the quote marks (plurals) are being borked by the XHTML settings, I think.