Tony Malone
Member
Posted 4 months ago #
I cant seem to get the comments to work on my wordpress 3.3.1. Iv just installed last week. My setting are on. and the wordpress is in a subdirectory along with the ht.acces file. This is the code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPress
I'm not sure if its the ht.acess file or what.
When Iv tried a few different codes Iv found from some forums about the subject but is not working. Can you help?
There's nothing obviously wrong with that .htaccess file.
Tony Malone
Member
Posted 4 months ago #
Thanks, that's good. Also I'm using a WPVideozoom theme.
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.
Tony Malone
Member
Posted 4 months ago #
Did all that was suggested. I only have one plug in anyway Tubepress.
I Switched to Twenty Eleven. When I looked at a article, at the bottom of the page it said "Comments are Closed". I know, it's user error
I also reset the plug in folder via FTP.
None worked. Iv switched every thing back
Check your comment options in Settings -> Discussion. The edit each existing Page/Post & check "Allow comments" in the Discussion pane on each Edit page. If you do not see this pane, click Screen Options and tick "Discussion".
Tony Malone
Member
Posted 4 months ago #
Right on Screen options. Jeezz Thanks. I can see the comments on the bottom of the posts only. Not on the pages. But at least I'm seeing some sort of result. Thanks