eerabbit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: links lead to 404bump again. Also posted a thread on akismet’s support page, but I’d appreciate any thoughts here as well
edit: oops, presstiger, I didn’t see your comment. I’m not sure how to check this. Would it be in my cpanel or do I have to contact my hosting company?
Forum: Fixing WordPress
In reply to: links lead to 404Okay, I went through disabling plugins one by one and I think akismet is the one with a problem. But even with just that folder disabled, and the rest of the plugins enabled, I still can’t access Themes or Plugins. Commenting does work though
Forum: Fixing WordPress
In reply to: links lead to 404Thanks, now commenting works. But other stuff in the admin panel, like Themes still doesn’t.
Forum: Fixing WordPress
In reply to: links lead to 404bump, sorry
I dug around on the forum some more and people said to disable all plugins, but the plugin page goes to 404 so I can’t do that.
Forum: Fixing WordPress
In reply to: links lead to 404My htaccess file looks exactly like what you posted.
# 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
I made a new file anyway and pasted in what you posted, but it still doesn’t work
Forum: Plugins
In reply to: [Book Review Library] Ratings don't show on pages with posts and reviewsThanks!
Forum: Themes and Templates
In reply to: [Baskerville] Does not work with some pluginsThank you! It works perfectly now
Forum: Plugins
In reply to: [Book Review Library] Can't set coverOkay thanks. Weird thing is that it’s only the book review upload that doesn’t work, all other post types with featured images are fine.
Forum: Plugins
In reply to: [Book Review Library] Can't set coverSo it looks like it actually is something with the new theme that’s breaking it, though I have no idea how that could be. I’m using Baskerville. If you don’t mind giving me a general idea of where to start looking, I’d really appreciate it.