I’m a young developer and trying to do my best within my experience, so please don’t judge. Right now I’m facing the following issue:
I’ve created the page mydomain.com/home-page/
and customized it in Elementor.
My template structure is the following:
<Search & Filter form>+<Elementor post widget with 4 posts and infinite pagination>
(I need infinite pagination because of page speed optimisation)
When I switch my Latest Post Home page to Static Page (mydomain.com/home-page/)
My console shows the errors "GET mydomain.com/page/2/ 410 Error".
So, I tried to investigate this issue and found out that everything works in "Plain" permalinks structure. But I can’t switch my website to this structure because of SEO.
My current permalinks structure is Custom: /%postname%/
I would appreciate if anyone could help me fix the problem. Thanks in advance!