• Resolved Metrocitygirl

    (@lchikamoto)


    Okay so here is a link to my site. https://glamourmodelingandphotography.com I set up the homepage exactly like the tutorials said so that I could get the photo grid to look like the demo. The photo grid works by adding new posts. Why then underneath the photo grid am I still getting the “nothing found. Ready to publish your first post” text? If the photo grid is posts then why would this be there? I looked into the widgets to see if it was something I needed to delete in the footer but nothing. Any help would be appreciated!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator Kathryn Presner

    (@zoonini)

    If you have exactly five posts, that’s why you’re getting a “not found” error below your five featured posts… there are no additional posts to display.

    You have a couple of options:

    – Hide the “not found” message with custom CSS:

    .home .no-results {
      display: none;
    }

    – If you’d like your featured posts to display again a second time below the featured grid, in your Customizer’s Featured Content panel, check the box next to “Display tag content in all listings.”

    – A final option would be to publish at least one more post and change the date so that it’s prior to the five featured ones. That sixth post will appear below the featured posts and the “not found” error will go away.

    Let me know if one of these options works for you.

    Thread Starter Metrocitygirl

    (@lchikamoto)

    ah cool okay let me try either of these I really appreciate the help!

    Thread Starter Metrocitygirl

    (@lchikamoto)

    I just plugged in that css and it fixed it thanks! I don’t intend on ever posting anything else on the homepage but I ever do I’ll just take off the code.

    Moderator Kathryn Presner

    (@zoonini)

    Glad that did the trick! I’ll set this to resolved but if you need a hand with anything else, feel free to start a new thread.

    Thanks a lot , this was really useful for me

    hello, good afternoon. i have removed the 404 error display on the front with the css codes, and i am grateful for that. my question is

    How do i get my posts to appear on the front page or home page again?
    i’ve a lot of posts to display. please help me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘"Nothing Found…Ready to Publish Your first Post"’ is closed to new replies.