StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-13-2008, 06:11 PM
wgardner wgardner is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 7
Default Pictures Images on Lifestyle Theme

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

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 02:22 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.