NO BUG: Blog pagination display problem on first page (not cache)

Hello,

I created a blog page where everything works perfectly, and at the end, I added the pagination widget. In the query settings, I selected POSTS, and in the editor, everything displays correctly — but on the front end, it appears as a list.

This issue only occurs on the first page; on the second page, everything displays correctly.


Hi Antonio,
Thanks so much for your report!

A live link to the website would be wonderful, so we can inspect the HTML and styles.

Best regards,
timmse

Sure, this is the link

Thanks! Please check the HTML markup:

There’s something wrong with your <p> tags (opened but not closed or vice versa, nested p’s). See error 32: https://validator.w3.org/nu/?doc=https://crissmile.pixeldev.ro/blog/&showsource=yes&showoutline=yes#vnuId2

Also, the style tag inside of the blockquote element looks broken, too.

I’ve identified the issue.
All the articles were imported into a new WordPress website, but the images originally included in those articles were not imported.

I checked the article you mentioned in your screenshot and noticed an empty space where the images should have appeared. After removing that empty space, the article now displays correctly.

Thanks.