Thumb not showing alongside title
-
I’ve been stuck with this one all day and cannot seem to find an answer.
I’m been trying to place a thumb to the left of my title on my homepage, on the widgets below the main feature image. Please view;
https://www.fuximagazine.comThe code im using is more or less the same as I have used for other sections, including the features, archives etc.
However, for some reason the thumb is showing up above the title and is repeating the titles css. (ie, its showing a while line below it)
Here is the code, could somebody enlighted me on where i’m going wrong?
<ul class="more_stories"> <?php $getposts = new WP_query(); $getposts->query('showposts=10&offset=1&cat='.$section); ?> <?php global $wp_query; $wp_query->in_the_loop = true; ?> <?php while ($getposts->have_posts()) : $getposts->the_post(); ?> <li> <?php show_thumb($comfy['KWwidth'],$comfy['KWheight'],$comfy['crop'],$comfy['quality']); ?> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a> </li> <?php endwhile; ?> </ul>
Best,
FuxiAdmin
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Thumb not showing alongside title’ is closed to new replies.