Sorted it in the end by installing a plugin.
Thanks arbius.
Anyone any idea on this?!
Yes I do, I’ve pasted what I’ve got below. What can I use instead?
<h2>Recently:</h2>
<?php
$posts = get_posts(‘numberposts=4’);
foreach($posts as $post) :
?>
- “><?php the_title(); ?>
<?php endforeach; ?>