Thread Starter
akiamu
(@akiamu)
i think i should change this code?
<?php
if(has_post_thumbnail()) {
?><a href="<?php the_permalink(); ?>"><?php the_post_thumbnail(
array($theme->get_option('featured_image_width'), $theme->get_option('featured_image_height')),
array("class" => $theme->get_option('featured_image_position') . " featured_image")
); ?></a><?php
}
?> -->