![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
You may need to do some tweaking
Code:
<div id="homepagebottom">
<div class="hpbottom">
<h3>Bottom Featured Category</h3>
<?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "hpbottom", true) ): ?>
[img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" />
<?php else: ?>
[img]<?php bloginfo('template_url'); ?>/images/thumbnail.jpg[/img]" />
<?php endif; ?>
<?php the_title(); ?>
<?php the_content_limit(350, "[Read more of this review]"); ?>
<div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<?php endwhile; ?>
Read More Posts From This Category
</div>
</div>
Code:
#homepagebottom {
background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
float: left;
width: 610px;
margin: 10px 0px 10px 0px;
padding: 0px;
border: 1px solid #DDDDDD;
}
#homepagebottom p {
font-size: 12px;
margin: 0px;
padding: 0px;
}
.hpbottom {
float: left;
width: 590px;
margin: 0px;
padding: 10px;
display: inline;
}
.hpbottom img {
border: none;
margin: 0px;
}
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| City-20 Questions -Category Images and Upgrade Question | webone | General Discussion | 2 | 03-15-2010 11:08 AM |
| revolution-city question | rueschhoff | General Discussion | 1 | 12-22-2009 01:47 PM |
| City Theme - basic design question | ChecMark | General Discussion | 7 | 12-24-2008 09:33 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us