neotech271
Member
Posted 1 year ago #
Hi I've currently have come to a problem with my blog. It was working fine for 5 days now and I haven't touched it at all when I noticed that every blog I was doing was double posting as you can see here. http://www.neotech.ws does anyone know a solution to fix this problem. Ty all
Not 100% sure but it looks like your theme is responsible for the double displaying of posts. I'd check to make sure you don't have multiple loops or multiple the_content(); functions or both the_content(); and the_excerpt(); listed in your loop.
Hope that helps.
This could also be plugin related.
Since WP 2.3, anything hooked into save_post executes twice when you save a Post. Plugins written before WP 2.3 won't take that into account.
Try deactivating your plugins, creating a new Post, and checking whether the new Post appears once or twice.
- Tim