• Resolved ijil

    (@ijil)


    In places where the post needs to show (Recent Posts, single post, etc) I can see the title but not the content. It is as if the content is empty even though in edit mode there is clearly stuff in there. I am thinking maybe it’s a permissions issue, maybe one of the files that needs to be accessed does not have the correct permission setting? I am having to download and install all updates manually because I can’t do that within the wordpress interface, it’s never able to connect to the server. So when I do that, sometimes permissions might get messed up. Any idea which files I need to change, if that?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter ijil

    (@ijil)

    This for example, is a place where the post should be visible: https://community.nbtsc.org/~ijil/chris/?page_id=65

    Hi,
    you set that page as the blog page, so it will display your recent posts even if you put some text in its content (it’s how worpdpress works) ??
    Hope this helps.

    Thread Starter ijil

    (@ijil)

    I know that’s what it’s supposed to do. “Welcome to our new website!” is a blog post. There is no content showing. If you click that title, you will see that it still doesn’t show any content. But I do have content that I put in it.

    Thread Starter ijil

    (@ijil)

    On the other hand, the content of a page shows up just fine: https://community.nbtsc.org/~ijil/chris/?page_id=63

    Ah, sorry, so the problem is that the content of that post isn’t showing…
    Well, I see you use a child-theme.
    Does this happen also with the parent theme (assuming you haven’t modified core files of the parent theme)?

    Thread Starter ijil

    (@ijil)

    No, in the parent theme the posts show up properly. I will have to take some time later to look at what changes I made in the child theme. Thanks

    Thread Starter ijil

    (@ijil)

    So I just found that I don’t have any custom code in the child theme and it still does it. Also, I am logged in as the admin, so when I’m on the site, I get the dark gray admin bar on the top. When I’m at a page where a blog post should be showing, along with the blog post not showing, the admin bar also goes blank (just white space).

    Thread Starter ijil

    (@ijil)

    Just tried re-installing the child theme. Same problem still.

    This is very weird.
    Another weird thing, from your source:
    'https://community.nbtsc.org/~ijil/chris/wp-content/themes/customizr/style.css?ver=4.1.1'
    why it says 4.1.1?

    Also look at the src of your “news” page (F12 in firefox) in chrome copy this: view-source:https://community.nbtsc.org/~ijil/chris/?page_id=65
    or your article page: view-source:https://community.nbtsc.org/~ijil/chris/?p=132
    they both break at <div class="entry-meta">
    there’s nothing after that, I mean not only the content of the article, nothing closing divs, no sidebar, no footer, no closing body and html tags, nothing.
    This is very weird.

    Do you’re sure you have nothing in your child-theme?
    Just the style.css and maybe an empty functions.php?

    Have you also tried to delete that post, and instert a simple post with a simple text like “aaa” ?? ?

    Thread Starter ijil

    (@ijil)

    Oh, I tweaked something in class-content-post_metas.php and then uploaded that into the child theme directory. I mimicked the subdirectory in the parent theme to do so. That was messing it up. I forget what I tweaked. I’ve deleted that now so the problem is gone, in case anybody’s interested, but I doubt many other people will make the same mistake.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘post content not showing’ is closed to new replies.