• I am using the Hueman Free theme and have come across a very odd issue.

    On post pages, no entry content is not showing, at all.

    The post title and date show OK, but after that, it is totally blank until you get to the end, where Related Posts show.

    Everything within the “entry-inner” class shows when View Source or Inspect Element is viewed. So, the content is being processed by WP. But, it is not being displayed on the post page itself.

    I did the following to see if I could find a cause:

    – Deactivated all plugins
    – Changed the sidebar settings to all possible combinations, in case of a formatting issue
    – Removed all unneeded themes

    None of these things resolved the issue.

    I did switch over to the Twenty Twenty Two theme and the content shows up then, but not under Hueman. So, this appears to a theme entry formatting issue and not a plugin or even a sidebar formatting issue. Possibly an issue with a bad DIV clear.

    Has anyone else had this issue? I am redesigning a site for a client and I must be able to resolve this somehow.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter NosCoffin

    (@noscoffin)

    Nevermind. I was able to fix the issue. Though, it appears there is a coding error within the theme.

    I had to add this as an override within Custom CSS in order for content to show.

    .entry dd, .entry p {
        margin-bottom: 1em;
        display: block!important;

    By default, display was set to “none”, which is something that needs to be addressed.

Viewing 1 replies (of 1 total)

The topic ‘No Entry Content on Post Pages’ is closed to new replies.