Quote:
|
Originally Posted by Chuck S The code is in pp-inc.php get_imagethumb function
if ( file_exists( $filepath ) ) {
$imgtag = "<img border=\"0\" $imgsize src=\"$fileurl$rand\" alt=\"$bigimage\" />";
but we do not pass title in that function |
Thanks, I think I may have already changed that. No wonder it isn't showing if it doesn't get parsed though, lol.
Ok - "Goes off to get $title to work for it now that he know's the bit of code he's working with"
Thanks.