Dear Moderator i think there where different kind to solve this problem.
Try this in any php – header.php,index.php,page.php,single.php
Example:
<?php
if (is_front_page())
{?>
<div>Flash Gordon</div>
<?php } else { ?>
<div>Wins the Battle!</div>
<?php } ?>
I think I found the problem:):):)
To solve this remember, after copying from local to web your webpage, check correct permissions for folders and files.
How to:
1. check file premissions for folder “cache”:
/wp-content/themes/arras-theme/library/library/cache/
Remember must be 777.
Should be work!
LSU2009 has right. Same problem I saw same situation after run on web server. We need to know why “thumb” if all procedure done correct – are not displaying on frontpage. Images are in good folder, paths are okey.
For example code is:
<img title=”Welcome World” alt=”Welcome World” src=”http://www.projekt-design.pl/wp-content/themes/arras-theme/library/timthumb.php?src=http://www.projekt-design.pl/wp-content/uploads/2009/06/A860-2.jpg&w=630&h=250&zc=1″/>
Where problem can be?
On local server ewerything working fine.