![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Erica from
Hello, I always seem to have this problem. My Tabber section does not show up on certain PC computers. I cant seem to figure out if it is a problem because of the slide show in the home.php or if I am missing a code in the tabber.php I have compared both of my original tabber.php and the newly edited tabber.php and I can't find the error. Can someone be of assistance? Here is the current edited code for tabber.php: <div class="tabber"> <div class="tabbertab"> <h2>DECOR</h2> <?php $recent = new WP_Query("cat=6&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <div class="tabbertableft"> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" /> </div> <div class="tabbertabright"> <h1><?php the_title(); ?></h1> <p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p> <?php the_content_limit(525, "[Read the full story]"); ?> </div> <?php endwhile; ?> </div> <div class="tabbertab"> <h2>STYLE WATCH</h2> <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <div class="tabbertableft"> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" /> </div> <div class="tabbertabright"> <h1><?php the_title(); ?></h1> <p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p> <?php the_content_limit(525, "[Read the full story]"); ?> </div> <?php endwhile; ?> </div> <div class="tabbertab"> <h2>THE CLOSET</h2> <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <div class="tabbertableft"> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" /> </div> <div class="tabbertabright"> <h1><?php the_title(); ?></h1> <p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p> <?php the_content_limit(525, "[Read the full story]"); ?> </div> <?php endwhile; ?> </div> <div class="tabbertab"> <h2>LIFESTYLES</h2> <?php $recent = new WP_Query("cat=1&showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <div class="tabbertableft"> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php echo get_post_meta($post->ID, "Theme Name", true); ?> Thumbnail" /> </div> <div class="tabbertabright"> <h1><?php the_title(); ?></h1> <p style="font-size:11px; margin:0px 0px 10px 0px;"><?php the_time('F j, Y'); ?> · <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?><?php edit_post_link('(Edit)', '', ''); ?></p> <?php the_content_limit(525, "[Read the full story]"); ?> </div> <?php endwhile; ?> </div> </div> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tabber Section Missing... | liannef | General Discussion | 12 | 05-20-2010 01:31 PM |
| All My Tabber Info is Missing | EricaD72 | General Discussion | 1 | 01-07-2009 02:00 PM |
| Tabber section?? | rachelle123 | General Discussion | 14 | 11-25-2008 09:12 AM |
| Tabber section not working | aremat | General Discussion | 5 | 11-20-2008 02:08 PM |
| Tabber Section Question | miketaft | General Discussion | 26 | 11-12-2008 12:33 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us