Forums

MonoChrome Pro (3 posts)

  1. redwaz
    Member
    Posted 2 years ago #

    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

  2. redwaz
    Member
    Posted 2 years ago #

    Sorted it thanks

  3. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Glad to hear it. The "resolved" box is on the right... :-)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.