Site logo

Archived topic

Blog Page not displaying posts

1 reply · Started by ammgbr on January 11, 2022

Viewing posts 1–2 of 2

I have set up a page to be my blog page via appearance, customisation, homepage. I have created a menu including a link for the blog page - however the link appears broken. I checked with online tools that could not verify a broken link.

Hi there,

I was able to check the blog index page of your site on yourdomain.com/home/blog/.

There are multiple causes as to why this may happen.

One is, if the site has a pre_get_posts filter that filters the query for the blog index page of your site. If this filtered query doesn't match any post, it won't display any.

To troubleshoot this, you may have to check your PHP snippets for any pre_get_posts filter or disable some plugins to find w/ one has this filter.

Another reason would be if the site itself doesn't have any published posts. The blog index page won't display any draft posts, only published ones and if the site doesn't have a published post, it won't make sense that the blog index page doesn't display any post. :D

This archived topic is closed to new replies.