Urban Elements theme – Post Thumbnail Options
-
Hi,
I
m having a problem with Urban Elements theme thumbnail, it does
t show up. I installed the Simple Post Thumbnails plugin and uploaded the image from the PC but i don`t see it show up with the post.This is the code of the thumbnail div in Index..
<div class="postthumb" style="display: <?php echo get_option('toggle_thumbnails'); ?>;"> <a href="<?php the_permalink() ?>" title="Continue Reading: <?php the_title() ?>"><img class="postimage" style="background: url(<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>) top left no-repeat;" src="<?php bloginfo('template_url'); ?>/images/postimage.png" jg="imghover" jg:imghover="fade:false,src:'<?php bloginfo('template_url'); ?>/images/postimage.alt.png'" alt="<?php the_title() ?>" /></a> </div>
Any solution?
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Urban Elements theme – Post Thumbnail Options’ is closed to new replies.