NancyStrong
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot save draft postsIt was WP Announcer. I can’t even remember why I have it so I’ll have to investigate.
Forum: Fixing WordPress
In reply to: Cannot save draft postsThanks, I always forget about deactivating the plugins. I’ve found the problem now need to figure out why this plugin is causing problems now. Thanks for your help with my temporary mind fart.
Forum: Fixing WordPress
In reply to: Missed ScheduleThank you for all of your help!
Forum: Fixing WordPress
In reply to: Missed ScheduleThis time it worked. I disabled all of the plugins and the blog published. So is there an easy way to determine which plugin might be the culprit without having to published blogs every few minutes? If not, I’m just going to resign myself to adding another plugin.
Forum: Fixing WordPress
In reply to: Category Link Not WorkingNo, the preset permalinks do not work on single posts either.
Forum: Fixing WordPress
In reply to: Category Link Not WorkingThe only preset permalink structure that will allow the categories to work is the default.
Forum: Fixing WordPress
In reply to: Missed ScheduleI tried to reset the plugins folder per your link above. Not sure if that will work.
They are Studio Press where I got the theme.
Forum: Fixing WordPress
In reply to: Missed ScheduleI did not change any of the code in the files.
I have just recently deactivated all of the plugins and reactivated them one by one.
I have switched to the Twenty eleven theme to rule out any theme specific problem.
I am not sure how to reset the plugins folder
I have just recently re-installed WordPress 3.3.1 because they said that may be the problemForum: Fixing WordPress
In reply to: Category Link Not WorkingThis is really weird. I downloaded the .htaccess file using FileZilla and it said it was on my desktop but I cannot find it anywhere. I then used FireFtp and downloaded the file. It also says it’s on my desktop but I cannot find it. It is almost ghosted out on the FireFtp window. But I can open it from there by right clicking in FireFtp and this is what is in the file. I have no idea how to get to the file on my desktop
# 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
Forum: Fixing WordPress
In reply to: Category Link Not WorkingUnder FileZilla where the .htaccess file is I right click on the .htaccess file and it downloads to my desktop. When I go to my desktop the file it downloaded is the category.php file
Forum: Fixing WordPress
In reply to: Category Link Not WorkingIt downloads the category.php. So I am supposed to delete this file after changing my permalinks back to default? Seems a little scary to me.
Forum: Fixing WordPress
In reply to: Category Link Not WorkingI found it using FileZilla. I can’t open it but the file size says 235 and last modified on 3/15/2012
Forum: Fixing WordPress
In reply to: Category Link Not WorkingIn my main folder I have:
_db_backups
cgi
stats
wp-admin
wp-content
wp-includesI can’t find it in any of those folders
Forum: Fixing WordPress
In reply to: Category Link Not WorkingI have no idea and I am not even sure where the .htaccess file is.
Forum: Fixing WordPress
In reply to: Category Link Not WorkingThank you for the advice but unfortunately GoDaddy said the mod_rewrite is running on my server. Is there possibly another way I can get the categories working?