amcharrett
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Title is repeating in post headerok. thanks. I’m not php literate, and the theme is a freebie.
Any suggestions on how I should approach getting it fixed?
Forum: Installing WordPress
In reply to: lost post and category links after upgrade 2.8.3Thanks marshmellow, my thoughts exactly!!
Forum: Installing WordPress
In reply to: lost post and category links after upgrade 2.8.3I’ve fixed this by rolling back to a previous version. Links works a treat. thanks for the help.
Anne-Marie
Forum: Installing WordPress
In reply to: lost post and category links after upgrade 2.8.3Yes, I’ve had to set the settings back to default to get the site working. Its such as shame as some other blogs have just started linking to the top post with the postname, so all that lovely traffic is going to blank pages. Ah well.
I’ve tried to upgrade the .htaccess files as well, but that doesn’t seem to make any difference.
Now all it contains is :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPress
Options All