Wow thank you soo much you solved my problem to do with the homepages ??
I am trying to change the code so I can post thumbnails in pages as well as posts but I cant find it anywhere maybe you could have a look ? Here is the Index.php code I cant find it anywhere ??
<?php get_header(); ?>
<?php
global $options;
foreach ($options as $value) {
if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
?>
<div id="container">
<div id="left-div">
<div id="left-inside">
<?php if (get_option('artsee_format') == 'Blog Style') { ?>
<?php include(TEMPLATEPATH . '/includes/blogstyle.php'); ?>
<?php } else { include(TEMPLATEPATH . '/includes/default.php'); } ?>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
</body>
</html>
Thanks so much for your time,
Harry Mitchell