• Resolved welcome

    (@welcome)


    Hello everyone,

    I just figured out the reason that I’ve got no comments on my blog- it’s because they don’t get saved. When you post a comment, WordPress tells you that a response has been registered on the next screen. When you go back the blog page, the comments are zero.

    Here’s the blog.

    You can login as ‘test’, pw is ‘test’

    this is what my htaccess file says:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /unwelcomeness/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /unwelcomeness/index.php [L]
    </IfModule>
    
    # END WordPress

    I’ve changed the permalink structure to no effect. Please help, very much appreciated!

Viewing 1 replies (of 1 total)
  • Thread Starter welcome

    (@welcome)

    I figured it out, mostly. There’s a theme problem. If I have ‘live commenting’ enabled in my theme, the comments are not saved. I unchecked that option, and now they work.

Viewing 1 replies (of 1 total)
  • The topic ‘Comments not being saved’ is closed to new replies.