Thread Starter
poley7
(@poley7)
???
I’ve gone in to manually change the Text Widget box to the post id url but it still doesn’t work.
e.g. http://www.itstravel.co.uk/?p=11
The link you provided above is a Page, not a post.
all the Pages have always been working fine, its the posts that don’t.
e.g. http://www.itstravel.co.uk/?p=462 is a post ID but it doesn’t load anything.
Thread Starter
poley7
(@poley7)
ok, have been on the phone to my host provider and they said everything is set up correctly.
there was nothing in my .htaccess file though so they sent me some code to input, which i have done, but its not made any difference.
This is the code:
# 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
What’s wrong here?What do i need to do to make it work?? 🙁
You do not need that .htaccess file/code until you set up custom permalinks again. Have you done that?
Thread Starter
poley7
(@poley7)
I’ve got the permalinks setting to ‘default’
i spoke to my host provider too and they said it may be a conflict with a plugin i may be using or the widget is messed up. I removed and replaced the widget but still same problem.
i’ve tried the permalinks setting on both custom and default by the way and have also cleared the cache too.
I’ve got the permalinks setting to ‘default’
Then delete or rename that .htaccess file.
Have you sorted out the hard coded Post links yet?