![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
OK, I need help. Not want to spend a life time trying to make this work.
I simply want my blog to look exactly like and preform exactly like your demo. I have heard of your great support and now need to see it. Here is my link: http://www.ztcstl.org And this is the coding: Would some one get back to me ASAP as I am under a short deadline to get this working!! ----------------------------------------- <?php get_header(); ?> <div id="content"> <div id="homepage"> <div id="homepagetop"> <div class="featuredtop"> <?php include (ABSPATH . '/wp-content/plugins/content-gallery/gallery.php'); ?> </div> </div> <div id="homepageleft"> <div class="hpfeatured"> <h3>Featured Category #1</h3> <?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" /> <?php else: ?> [img]<?php bloginfo('template_url'); ?>/images/thumbnail.png[/img]" /> <?php endif; ?> <?php the_title(); ?> <?php the_content_limit(80, ""); ?> <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div> <?php endwhile; ?> Read More Posts From This Category </div> </div> <div id="homepageright"> <div class="hpfeatured"> <h3>Featured Category #2</h3> <?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?> <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" /> <?php else: ?> [img]<?php bloginfo('template_url'); ?>/images/thumbnail.png[/img]" /> <?php endif; ?> <?php the_title(); ?> <?php the_content_limit(80, ""); ?> <div style="border-bottom:1px dotted #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div> <?php endwhile; ?> Read More Posts From This Category </div> </div> <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.png[/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> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <?php get_footer(); ?> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Lifestyle 3.0 Theme Pictures on Home page | Daphne | General Discussion | 11 | 09-15-2009 02:22 PM |
| Handling images in Lifestyle theme | gtotino | General Discussion | 4 | 05-21-2009 03:34 PM |
| Stock Phots & Royalty Free Pictures For Lifestyle Theme | revnewbie | General Discussion | 1 | 02-10-2009 07:00 AM |
| Set up in Lifestyle theme but images not showing | dazzer67 | General Discussion | 5 | 11-16-2008 11:15 AM |
| Pictures Images on Lifestyle Theme | wgardner | General Discussion | 5 | 12-31-1969 06:00 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