DJSW
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to stop comments?That’s worked, thank you so much Augustin
Forum: Fixing WordPress
In reply to: How to stop comments?Hi Augustin, no I haven’t, many thanks, I will let you know how it goes
Forum: Fixing WordPress
In reply to: WP 3 and permalinksstill no joy….???
Forum: Fixing WordPress
In reply to: WP 3 and permalinksThanks, will give it a go…
Forum: Fixing WordPress
In reply to: WP 3 and permalinksMany thanks for your suggesions but having tried all these options the problem remains. I am now convinced that it is not plugin related as on deactivating all the plugins, the problem was still there. Oddly, the permalinks do work with two of my seven categories although they don’t show the most recent posts first…from a search/traffic perspective I would really like to include the name of posts in the link….any more suggestions? Is it possible that my recently updated Atahualpa theme is effecting this in some way?
Forum: Fixing WordPress
In reply to: WordPress 3 problemI followed your .htaccess suggestion and WP created a new .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
The custom links still don’t work however….
Forum: Fixing WordPress
In reply to: WordPress 3 problemMany thanks, RVoodoo. Saving the permalinks to default has solved the problem, but when saving them back to custom the problem returns. Have tried the plugins testing but to no avail. I have also recently upgraded my atahualpa theme, so switched to default theme and tried but that failed too. At least the site is now running smoothly again, but it would be good to have custom links….