• Hi. I am building a wordpress site at the moment and now i ran into a big problem that i can’t solve by myself. After i enter a comment and press the “SUBMIT” button i am redirected to an another post. Any suggestions about how to fix this? (this problem has appeared after i updated my wordpress version)
    By the way. I am using WP-Polls plugin for the question poll in the sidebar. Anyone had a problem of pollbars being to long after voting?
    Here’s the link to the site that i’m working on at the moment ->

Viewing 5 replies - 1 through 5 (of 5 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Eleven theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Dmaster

    (@dmaster)

    I’ve tried to disable all the plugins – it didn’t worked. Now i switched to the Twenty Eleven theme ant the bug is gone. Is there any way how to easy identify the “bad spot” in the custom template?
    The link to the site is https://dzoky.azuli.org

    Try looking in comments.php and comparing it to the same file in Twenty Eleven.

    The problem was caused with the related posts area. It somehow made wordpress to redirect wrong.

    Maybe useful for someone:
    If you’re retrieving related posts using WP_Query make sure to add wp_reset_postdata(); after the end of the WP_Query loop. This solved the problem for me.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress redirects to an other post after comments submit.’ is closed to new replies.