• Resolved mgnelu

    (@mgnelu)


    The title pretty much says everything. The comments are are allowed on all posts, but there are no (visible) fields for visitors to leave any comments. I only have one page (About), where visitors can comment. I installed a fresh version of the Twenty Eleven theme, to make sure that my tweaks in the previous theme (mostly cosmetic, nothing major) did not mess up the site. The site is here. Thank you for any suggestions.

Viewing 16 replies (of 16 total)
  • Thread Starter mgnelu

    (@mgnelu)

    Hi SwansonPhotos and thank you for your advice and suggestions. I like the idea of using php functions to get post ids and url paths: I will have to look them up and learn how to use them (any help would be highly appreciated). My slugs match the post titles and they don’t contain dates. Here is the content of my .htaccess file:

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

    You have a good point regarding my permalink, I will eventually choose a standard permalink to also solve the comment problem.

Viewing 16 replies (of 16 total)
  • The topic ‘Comments work on pages, but not on posts’ is closed to new replies.