would that be the code i place in the functions.php or in the get_post_mainimg area? I had a look at the FAQ’s, but not being a programmer makes things pretty difficult to understand.
Hi, yes I am not sure how to edit my theme though to make it work.
I would have to edit this part I believe:
<?php the_post(); ?>
<div class=”content” id=”blog-single-7″>
<?php get_single_post_title(); ?>
<?php get_post_mainimg($post->ID, 940, 340); ?>
and would i just change get_post_mainimg to get_secondary_image?