Thread Starter
3zzy
(@3zzy)
Yes, tried the default theme.
Yes, using the same files/db without change (except URL ofcourse)
Yes, updated the permalink via admin.
Thread Starter
3zzy
(@3zzy)
I didn’t know, well its the same anyway.
Yes, its just a portion from index.php, should I paste it full?
Thread Starter
3zzy
(@3zzy)
I’ve never been lucky to receive any help on the ‘official’ wordpress forum :S
Thread Starter
3zzy
(@3zzy)
Vaughan,
That worked, many thanks. But a small problem now:
Each post has its own container, eg:
<div id="content">
<div class="post post-1">
post
</div>
</div>
<div id="content">
<div class="post post-2">
post
</div>
</div>
whereas it should be:
<div id="content">
<div class="post post-1">
post
</div>
<div class="post post-2">
post
</div>
</div>
How would I fix this?
Thanks