Sections repeating on front page
-
When I go to update my front page the items keep repeating. What am I doing wrong?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Your theme’s default front page comes with a special block, called a Query loop block:
https://wordpress.com/support/full-site-editing/theme-blocks/query-loop-block/
That block is used to display dynamic content, in other words, your blog posts, on the front page. But you’ve been adding your static front page content inside this block, causing it to be duplicated for every instance of a post that exists inside that block.
To fix this, we just need to move your front page content out of that block. To do that, open the page in the editor, and click the icon with three short horizontal lines that appear at the top-right. Then you can drag-and-drop the blocks with your front page content out of the query loop, so they exist on their own.
I see you have a separate posts page set up, so you can probably just delete the query loop from your front page then, so it won’t cause issues going forward.
I’ve made a short video to show you what to do:
Let me know if you run into any more trouble with this.
- The topic ‘Sections repeating on front page’ is closed to new replies.