adger560
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Recent posts – links brokenI have edited the single.php,
this has solved my problem,
the single.php I was using was broken.Forum: Fixing WordPress
In reply to: Recent posts – links brokenThis is definitely the route of my problems, as even in the header of my windows, the correct title appears, but the content remains unchanged, I have tried tinkering with the index.php, single.php, and header.php, but nothing has helped me yet. If anyone has any suggestions id be very grateful. Thanks, Alex
Forum: Fixing WordPress
In reply to: Recent posts – links brokenI have discovered, that despite my links being pointed to the correct permalinks, none of my pages or entries are being generated within my content container. Ie, all the pages look like the index.php, does anyone have an Idea which php document would be the likely offender which is causing this to happen?
Forum: Installing WordPress
In reply to: htaccess bluesOk,
I have discovered, that when I use kubrick as my theme,
everything works fine. So it must be my theme which is causing me problems.Does anyone know why this might be, and what kind of thing I need to change to my theme to get it working? Or is it easier to simply start afresh?
Forum: Installing WordPress
In reply to: htaccess bluesHi Justin,
this is the contents of my .htaccess file
this causes the whole site to fail;# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Installing WordPress
In reply to: htaccess bluesbump