• http://www.becclesrufc.co.uk

    The right hand side category is two columns, wish it to be one so that there is no image just text across the whole of the column, not just on the right. Where it says Latest News. How do i go about this ?

    <!–BEGIN RIGHT SIDE–><div class=”column span-8 prepend-1 last news”> <div id=”home_right”> <div class=”news-block”> <?php query_posts(‘cat=’.$dt_top_right_cat.’&showposts=3′); ?> <?php $category = $wp_query->get_queried_object(); $cat_name = $category->name; ?> <h6 class=”category_head”>“><?php echo $cat_name; ?></h6> <?php while (have_posts()) : the_post(); ?> <div class=”column span-4 first”> <?php echo get_the_image_link(array(‘thumbnail’,’My Thumbnail’),’thumbnail’); ?> </div> <div class=”column span-4 last”> <h6>“><?php the_title(); ?></h6> <div class=”meta”><?php the_time(‘M j, Y’) ?> | <?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></div> <?php the_excerpt(); ?> </div><hr /><?php endwhile; ?> </div>
    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MonoChrome Pro’ is closed to new replies.