Something went horribly wrong during a database upgrade, and now all posts over at my blog link now link to the latest topic from the index page: http://www.mindimp.co.uk/
Anyone any ideas at all? It's driving me mad!
Something went horribly wrong during a database upgrade, and now all posts over at my blog link now link to the latest topic from the index page: http://www.mindimp.co.uk/
Anyone any ideas at all? It's driving me mad!
This code can be a problem.
Do you have it in your sidebar?
<h2><?php _e('10 Latest'); ?></h2>
<ul>
<?php
$posts = get_posts('numberposts=10');
foreach($posts as $post) :
setup_postdata($post);
?>
<li><a>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
Yes I do, I've pasted what I've got below. What can I use instead?
<h2>Recently:</h2>
<?php endforeach; ?>
I had the same problem.
Im not good in codeing, so i just deleted it.
Maybe someone else can help you.
Good Luck!
Thanks arbius.
Anyone any idea on this?!
Sorted it in the end by installing a plugin.
This topic has been closed to new replies.