jbpaul17
Member
Posted 3 years ago #
I've recently noticed that my WordPress installation does not display content in the detailed (single post) view. Here's a link to my blog: http://www.jeffandcrystal.com/
and here's a link to a single post: http://www.jeffandcrystal.com/?p=131
Any idea why I'm not seeing any content in the single post view?
Help!
Figure out what template (see Template Hierarchy) is displaying your 'single post view' then use the template tag, the_content().
jbpaul17
Member
Posted 3 years ago #
After checking the template, uninstalling all plugins and doing all kinds of searching... I finally figured out that my WordPress User account was set to work only in HTML mode and I wasn't properly noting <p> tags. So, I switched my User back to visual & HTML mode and am now working fine.
Man, talk about a long time to figure that out, but darn glad sure I did... Thanks for the help MichaelH!