Thumb showing up below title
-
The thumb is showing up below the title/date, so i suggest to update the php script:
<li class="recent-post-thumb-item"> <?php if ( current_theme_supports( "post-thumbnails" ) && isset( $instance["thumb"] ) && has_post_thumbnail() ) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'latest_posts_thumb_size' . $this->id ); ?> </a> <?php endif; ?> <a class="post-title" href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a> <?php if ( isset( $instance['date'] ) ) : ?> <p class="post-date"><?php the_time( "j M Y" ); ?></p> <?php endif; ?> ...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Thumb showing up below title’ is closed to new replies.