Nope, still no luck
Thanks anyway Lee
Can’t quite get my head round why everything else displays ok, there must be something specific to the_author() i’m missing…
You could try and add ‘global $post’ at the top of the file
if that does nothing by itself try and add this in the first line of the while
setup_postdata($post);
Lee.
Hi Lee
Thanks for the reply. I’ve tried both options but the_author() is still missing.
It seems strange to me that everything else should display ok apart from this field…
Cheers